推扬网

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
推扬网 门户 你问我答 查看内容

高海峰:搜索引擎怎么做

2020-8-10 20:31| 发布者: admin| 查看: 73| 评论: 0

摘要: Yuan的回答: 如果只是想在网页上放一个搜索引擎,加几句代码就可以,把要搜索的信息连到百度或GOOGLE上了,就转到百度的搜索了。如果想做搜索引擎就很麻烦了,投资也很大。 如果是那个连接的代码的话,如下: sousu ...

Yuan的回答:

如果只是想在网页上放一个搜索引擎,加几句代码就可以,把要搜索的信息连到百度或GOOGLE上了,就转到百度的搜索了。如果想做搜索引擎就很麻烦了,投资也很大。 如果是那个连接的代码的话,如下: sousuo.asp

百度 Yahoo

zhuanxiang.asp <% response.buffer=true Dim strUrlRedirTo,strSearchStrings strSearchStrings=trim(request.QueryString("SearchStrings")) If (Len(strSearchStrings)) then strSearchStrings=Server.UrlEncode(strSearchStrings) If request.QueryString("goURL")="百度" then strUrlRedirTo=" http://www.baidu.com/baidu?word="&strSearchStrings end if If request.QueryString("goURL")="Yahoo" then strUrlRedirTo=" http://cn.websearch.yahoo.com/search/web_cn?p="&strSearchStrings end if response.redirect ("strUrlRedirTo") end if %> 如果你要做搜索引擎,我想你应该没那个资本。

Yuan的回答:

如果只是想在网页上放一个搜索引擎,加几句代码就可以,把要搜索的信息连到百度或GOOGLE上了,就转到百度的搜索了。如果想做搜索引擎就很麻烦了,投资也很大。 如果是那个连接的代码的话,如下: sousuo.asp

百度 Yahoo

zhuanxiang.asp <% response.buffer=true Dim strUrlRedirTo,strSearchStrings strSearchStrings=trim(request.QueryString("SearchStrings")) If (Len(strSearchStrings)) then strSearchStrings=Server.UrlEncode(strSearchStrings) If request.QueryString("goURL")="百度" then strUrlRedirTo=" http://www.baidu.com/baidu?word="&strSearchStrings end if If request.QueryString("goURL")="Yahoo" then strUrlRedirTo=" http://cn.websearch.yahoo.com/search/web_cn?p="&strSearchStrings end if response.redirect ("strUrlRedirTo") end if %> 如果你要做搜索引擎,我想你应该没那个资本。

...的回答:

不是太清楚

BlueDream的回答:

关注中


鲜花

握手

雷人

路过

鸡蛋

最新评论

热门推荐
最新资讯

广告服务|投稿要求|禁言标准|版权说明|免责声明|手机版|小黑屋|推扬网 ( 粤ICP备18134897号 )|网站地图 | 邮箱:vayae@hotmail.com

GMT+8, 2025-5-1 11:40 , Processed in 0.060630 second(s), 29 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

返回顶部