search1.js

来自「详细对一般字符串表达式解析」· JavaScript 代码 · 共 14 行

JS
14
字号
document.write("<table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");document.write("<form name=\"searchAllContent\" method=\"post\" action=\"/inc/search.jsp\" target=\"_blank\">");document.write("<input name=\"flag\" type=\"hidden\" value=\"0\">");document.write("<tr>");document.write("<td align=\"right\">");document.write("<input name=\"keyword\" type=\"text\" size=\"12\" maxLength=\"20\">");document.write("<select name=\"title\">");document.write("<option selected value=soft>软件</option><option value=news>资讯</option>");document.write("</select>");document.write("<input name=\"imgSearch\" type=\"image\" src=\"/images/bt_search.gif\" align=\"top\" border=\"0\">");document.write("</td>");document.write("</tr>");document.write("</form>");document.write("</table>");

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?