search.js
来自「从此不再用那些文章系统来做图片站了!有了专业的图片站程序了! 1:采用MSSQL」· JavaScript 代码 · 共 25 行
JS
25 行
function loadTxt() { var txtLang = document.getElementsByName("txtLang"); txtLang[0].innerHTML = "\u5c0b\u627e "; txtLang[1].innerHTML = "\u53d6\u4ee3 "; txtLang[2].innerHTML = "\u5927\u5c0f\u5beb\u9808\u76f8\u7b26 "; txtLang[3].innerHTML = "\u5168\u5b57\u62fc\u5beb\u9808\u76f8\u7b26 "; document.getElementById("btnSearch").value = "\u5c0b\u627e\u4e0b\u4e00\u500b ";; document.getElementById("btnReplace").value = "\u53d6\u4ee3 "; document.getElementById("btnReplaceAll").value = "\u4e9b\u90e8\u53d6\u4ee3 "; document.getElementById("btnClose").value = "\u95dc\u9589 "; }function getTxt(s) { switch(s) { case "Finished searching": return "Finished searching the document.\nSearch again from the top?"; default: return ""; } }function writeTitle() { document.write("<title>\u5c0b\u627e\u548c\u53d6\u4ee3 </title>") }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?