📄 goto.asp
字号:
<%
select0=trim(request("select"))
word=trim(request("word"))
if select0="baidu" then
response.Redirect("http://www.baidu.com/s?ie=gb2312&wd="&word&"")
response.End()
end if
if select0="google" then
response.Redirect("http://www.google.cn/search?hl=zh-CN&q="&word&"&meta=&aq=f")
response.End()
end if
if select0="alibaba" then
response.Redirect("http://search.china.alibaba.com/search/company_search.htm?keywords="&word&"")
response.End()
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -