⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hits.htm

📁 普通中的最普通算法
💻 HTM
字号:
document.body.oncopy = function ()
{
	setTimeout(
		function ()
		{
			var text = clipboardData.getData("text");
			if (text)
			{
				text = text + "\r\n该文章转载自网络大本营:"+location.href;
				clipboardData.setData("text", text);
			}
		},
		100
	)
}
window.onload = function()
{
	this.focus();
}
document.write('30');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -