nullshow.html

来自「不错的一个边缘检测方面的论文」· HTML 代码 · 共 19 行

HTML
19
字号
<html>
<head>
<style type="text/css">
<!--body 
{	
	margin-left: 0px;	
	margin-top: 0px;
}-->
</style>
<script language="JavaScript">
document.oncontextmenu=new Function("event.returnValue=false;");
document.onselectstart=new Function("event.returnValue=false;");
</script>
</head>
<body scroll="no">
<a href = http://gold.vsa.com.cn/user/gold/jsp/vsshow/index.jsp target=_blank>
<img border = 0 src="./NullShow.JPG"/></a>
</body>
</html>

⌨️ 快捷键说明

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