foot.js

来自「dev控件,C#开发中使用的控件」· JavaScript 代码 · 共 22 行

JS
22
字号
// 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 + =
减小字号Ctrl + -
显示快捷键?