search.js
来自「网络办公OA系统源码免费版,网络自动化办公系统正式版,包括:我的办公桌」· JavaScript 代码 · 共 18 行
JS
18 行
function loadText()
{
var txtLang = document.getElementsByName("txtLang");
txtLang[0].innerHTML = "\u5bfb\u627e ";
txtLang[1].innerHTML = "\u53d6\u4ee3 ";
txtLang[2].innerHTML = "\u5927\u5c0f\u5199\u987b\u76f8\u7b26 ";
txtLang[3].innerHTML = "\u5168\u5b57\u62fc\u5199\u987b\u76f8\u7b26 ";
document.getElementById("btnSearch").value = "\u5bfb\u627e\u4e0b\u4e00\u4e2a ";;
document.getElementById("btnReplace").value = "\u53d6\u4ee3 ";
document.getElementById("btnReplaceAll").value = "\u4e9b\u90e8\u53d6\u4ee3 ";
document.getElementById("btnClose").value = "\u5173\u95ed ";
}
function writeTitle()
{
document.write("<title>\u5bfb\u627e\u548c\u53d6\u4ee3 </title>")
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?