global.js
来自「java 技术参考汇集超值大礼包」· JavaScript 代码 · 共 8 行
JS
8 行
(function () {
function globalLink() {
document.write("<link rel=\"shortcut icon\" href=\"http://www.solol.org/solo.ico\" type=\"image/x-icon\">");
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/layout.css\"/>");
document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/css/format.css\"/>");
}
globalLink();
})();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?