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

📄 notrightclick.js

📁 本系统的使用可以将工作的部分流程使用计算机的办公自动化处理
💻 JS
字号:
//document.attachEvent( "onselectstart", function(){
	
//	var thetag=event.srcElement.tagName;
//	if (thetag=="INPUT" || thetag=="TEXTAREA")
//		return true;
//	else
//		return false;
//	
//	} );
//document.attachEvent( "oncontextmenu", function(){
//	var thetag=event.srcElement.tagName;
//	if (thetag=="INPUT" || thetag=="TEXTAREA")
//		return true;
//	else
//		return false;
	
//	} );

⌨️ 快捷键说明

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