帮我把这段代码ASP代码用同样意思翻译成PHP

functionGetBot()dims_agentGetBot=""s_agent=Request.ServerVariables("HTTP_USER_AGENT")... function GetBot()
dim s_agent
GetBot=""
s_agent=Request.ServerVariables("HTTP_USER_AGENT")
if instr(1,s_agent,"googlebot",1) >0 then
GetBot="google"
end if
if instr(1,s_agent,"msnbot",1) >0 then
GetBot="MSN"
end if
if instr(1,s_agent,"slurp",1) >0 then
GetBot="Yahoo"
end if
if instr(1,s_agent,"baiduspider",1) >0 then
GetBot="baidu"
end if
if instr(1,s_agent,"sohu-search",1) >0 then
GetBot="Sohu"
end if
if instr(1,s_agent,"lycos",1) >0 then
GetBot="Lycos"
end if
if instr(1,s_agent,"robozilla",1) >0 then
GetBot="Robozilla"
end if
if instr(1,s_agent,"Sosospider",1) >0 then
GetBot="soso"
end if
if instr(1,s_agent,"spider",1) >0 then
GetBot="sougou"
end if
end function
展开
 我来答
jckwka
2011-01-01 · TA获得超过1414个赞
知道小有建树答主
回答量:1119
采纳率:0%
帮助的人:834万
展开全部
<%
str = Request.ServerVariables("URL")
'如果页面为 . str="/xinwen.html"
str = replace(str,"/","")
'str="xinwen.html"
%>
<li class="<%if str = "shipin.html" then response.write "menu_line" end if%>">
<a href="shipin.html" onMouseOver="javascript:ftab(1)" id="nav1" ><span>视 频</span></a></li>
<li class="<%if str = "xinwen.html" then response.write "menu_line" end if%>>
<a href="xinwen.html" onMouseOver="javascript:ftab(2)" id="nav2" ><span>新 闻</span></a></li>
<li class="<%if str = "otherPage.html" then response.write "menu_line" end if%>"></li>

应该是对的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
cgttlj
2011-01-01 · 超过14用户采纳过TA的回答
知道答主
回答量:29
采纳率:0%
帮助的人:0
展开全部
function GetBot()
{
$GetBot1="";
if(strpos($_SERVER[“HTTP_USER_AGENT”], "googlebot") !== FALSE)
$GetBot1="googlebot";
//其他语句相同,自己加吧
return $GetBot1;
}
本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式