📄 foot.js
字号:
// JavaScript Document///复制时自动加载本站标识document.body.oncopy = function (){ setTimeout( function () { var text = clipboardData.getData("text"); if (text) { text = text + "\r\n文章来源(WEB开发技术知识库):"+location.href; clipboardData.setData("text", text); } }, 100 )}window.onload = function(){ this.focus();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -