浏览器搜索引擎设置,如何填写网址格式(用“%s”代替搜索字词)?edge浏览器如何自行添加百度搜索

百度搜索的URL包含以下参数:wd(查询的关键词)、cl(搜索类型,cl=3为网页搜索,cl=2为图片搜索)、pn(显示结果的页数)、ie(查询关键词的编码,缺省设置为gb2312)。URL中的s?表示搜索,&符号起到参数连接符的作用。百度搜索的URL格式为:http://www.baidu.com/s?wd=%s

 

以下收集部分:

  • 综合检索

名称 关键字 网址(用"%s"代替搜索字词)
必应 cn.bing.com https://cn.bing.com/search?q=%s
Google google.com https://www.google.com/search?q=%s
百度 baidu.com https://www.baidu.com/s?ie={inputEncoding}&wd=%s
搜狗 sogou.com https://www.sogou.com/web?ie={inputEncoding}&query=%s
360 so.com https://www.so.com/s?ie={inputEncoding}&q=%s
  • 源代码检索

名称 关键字 网址(用"%s"代替搜索字词)
Github github.com https://github.com/search?q=%s&ref=opensearch
码云 gitee.com https://gitee.com/search?utf8=%E2%9C%93&q=%s&type=
  • 文库检索

名称 关键字 网址(用"%s"代替搜索字词)
百度文库 wenku.baidu.com https://wenku.baidu.com/search?word=%s
豆丁网 docin.com http://www.docin.com/search.do?searchcat=6&searchType_banner=p&nkey=%s
  • 言论检索

名称 关键字 网址(用"%s"代替搜索字词)
微博 weibo.com http://s.weibo.com/weibo/%s?frm=opensearch
知乎 zhihu.com http://www.zhihu.com/search?q=%s
豆瓣 douban.com https://www.douban.com/search?q=%s
  • 视频检索

名称 关键字 网址(用"%s"代替搜索字词)
学堂在线 xuetangx.com http://www.xuetangx.com/courses/search?query=%s
网易公开课 c.open.163.com https://c.open.163.com/search/search.htm?query=%s
黑马程序员 yun.itheima.com http://yun.itheima.com/search?keys=%s
腾讯视频 v.qq.com http://v.qq.com/x/search?opensearch=1&q=%s
  • 工具检索

名称 关键字 网址(用"%s"代替搜索字词)
Google 翻译 translate.google.cn https://translate.google.cn/?source=osdd#auto\|auto\|%s
在线工具 tool.lu https://tool.lu/search/?query=%s
电子工程师世界 datasheet.eeworld.com.cn http://datasheet.eeworld.com.cn/search.html?from=datasheet&t=partno&k=%s

 

 

 

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

这个站点使用 Akismet 来减少垃圾评论。了解你的评论数据如何被处理