📄 search.js
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -