自己网站是一个搜索框,通过搜索,能搜到其他网站的各种资源。类似 "鸠摩搜书" 这种功能。
回复 (3)
Y
这不就是百度么
A
keyWord = ‘something you want to know…’; targetHost = ‘github.com’; window.location = `http://www.baidu.com/s?wd=${keyWord} site:${targetHost}`;
B
试试 Google Custom Search
参与回复
登录后即可参与回复。登录