📄 product_search.js
字号:
document.writeln("<script>");
document.writeln("var actionList = [\"search.do\",\"searchproduct.do\",\"picsearch.do\",\"searchdownload.do\"];");
document.writeln("function so(dd)");
document.writeln("{");
document.writeln("act = actionList[parseInt(dd.id.substr(3))-1];");
document.writeln("document.f1.action = \"http:\/\/search.yesky.com\/\"+act;");
document.writeln("}");
document.writeln("<\/script>");
document.writeln("<form name=\"f1\" action=\"http:\/\/search.yesky.com\/main.do\" method=\"GET\" target=\"_blank\">");
document.writeln("<input type=\"radio\" name=\"wy\" value=\"wy\" onmousedown=\"so(this)\" id=\"so_1\">网页");
document.writeln("<input type=\"radio\" name=\"wy\" value=\"cp\" onmousedown=\"so(this)\" id=\"so_2\">产品");
document.writeln("<input type=\"radio\" name=\"wy\" value=\"tp\" onmousedown=\"so(this)\" id=\"so_3\">图片");
document.writeln("<input type=\"radio\" name=\"wy\" value=\"xz\" onmousedown=\"so(this)\" id=\"so_4\">下载");
document.writeln("<input name=\"wd\" id=\"wd\" type=\"text\"\/><input name=\"login\" type=\"Submit\" name=\"Submit\" value=\"搜索\"\/>");
document.writeln("<\/form>")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -