点搜索图标右边,查找更多提供程序,在 Add Search Providers to Internet Explorer 页面上使用如下 TEST 地址即可:

20080501 - 为 Internet Explorer 7 添加百度搜索http://www.baidu.com/s?wd=TEST&ie=utf-8&oe=utf-8

Internet Explorer 7 从搜索框传递给 URL 的关键字为 utf-8 编码,但百度是一家专注中文搜索的公司,默认采用gb2312编码,如果直接添加 http://www.baidu.com/s?wd=TEST 则无法正常搜索中文。

为什么百度不默认采用 utf-8 编码,难道和存储成本有关?



另外一种添加办法是通过编写如下注册表文件(可能不兼容旧版 Windows),存为“为 Internet Explorer 7 添加百度搜索.reg”,双击导入注册表。
20080501 - 为 Internet Explorer 7 添加百度搜索Windows Registry Editor Version 5.00 
20080501 - 为 Internet Explorer 7 添加百度搜索
20080501 - 为 Internet Explorer 7 添加百度搜索[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes\Baidu] 
20080501 - 为 Internet Explorer 7 添加百度搜索"DisplayName"="Baidu" 
20080501 - 为 Internet Explorer 7 添加百度搜索"URL"="http://www.baidu.com/s?wd={searchTerms}
&rls=com.microsoft:{language}&ie={inputEncoding}&oe={outputEncoding}&startIndex={startIndex?}&startPage={startPage}&cl=3" 

相关文章:

  • 2022-12-23
  • 2021-06-04
  • 2021-10-15
  • 2021-06-05
  • 2021-07-01
  • 2021-11-17
  • 2021-08-21
猜你喜欢
  • 2021-04-26
  • 2022-01-24
  • 2021-08-06
  • 2021-07-15
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案