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

📄 点击右键回主页.htm

📁 JavaScript特效(新)这里有许多的JAVA特效.供学者参考
💻 HTM
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

<title></title>
</head>

<body>
 

<script language="JavaScript">

if (navigator.appName.indexOf("Internet Explorer") != -1)	
	document.onmousedown = noSourceExplorer;
function noSourceExplorer()
{
	if (event.button == 2 | event.button == 3)
	{
		alert("go!");
		location.replace("http://javaer.126.htm");
	}
}
</script>
</body>

</html>

⌨️ 快捷键说明

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