日期:2014-05-17  浏览次数:20570 次

关于百度等搜索引擎产生的网址的问题~
如果我在百度搜索:搜索123abc
它会自动连接到网址:
http://www.baidu.com/s?wd=%CB%D1%CB%F7123abc&cl=3
我想网址中的:CB   D1   CB   F7应该是“搜索”两个汉字的什么码吧?
同样在google中输入:搜索123abc  
会产生以下网址:
http://www.google.cn/search?complete=1&hl=zh-CN&q=%E6%90%9C%E7%B4%A2123abc&meta=

现在我的问题是:如果我想通过直接输入网址的方式在百度或google中搜索:
“百度google”
如果用asp程序来生成网址的话该怎么做?

------解决方案--------------------
这就更简单了啊.

<form name= "form1 " method= "get " action= "http://www.baidu.com/s ">
<input name= "w " type= "text " id= "w ">
<input type= "submit " name= "Submit " value= "搜索 ">
</form>