http://www.google.com/intl/zh-CN/searchcode.html

解决方案 »

  1.   

    其实Google是用地址栏传递参数的搜索英文比较简单
    比如查询abc
    http://www.google.com/search?hl=zh-CN&ie=UTF-8&oe=UTF-8&q=abc&lr=
    其中q参数就是abc搜索中文比较麻烦一点
    比如查询“测试”
    http://www.google.com/search?hl=zh-CN&ie=UTF-8&oe=UTF-8&q=%E6%B5%8B%E8%AF%95其中q参数就是经过编码的“测试”二字。
      

  2.   

    写个Form,把Action指过去应该可以。
    听说Google的WebService是开放的,可以用它搜索。
      

  3.   

    utf8编码,是你浏览器所选的编码:IE5.5+用
    <script>
    alert(encodeURIComponent("测试"))
    </script>也可参一下算法
    http://www.blueidea.com/bbs/newsdetail.asp?id=523379
      

  4.   

    http://eu.webmatrixhosting.net/runmin/google.aspx
      

  5.   

    google已经打开这个web service了,可以通过.net或者soaptoolkit引用。http://expert.csdn.net/Expert/topic/1393/1393021.xml?temp=.2496454
      

  6.   

    .net调用是我这个例子MS soap组件调用,在ASP版江南昆虫发过http://google.jnkc.net/