加载中...

指定外部Behavior文件


调试运行

<html>
<head>
<title>指定外部Behavior文件作为JavaScript的来源</title>
<style type="text/css">
<!--
	input{behavior:url(53.htc);}
-->
</style>
</head>
<body>
<input name="" type="button" value="单击我">
</body>
</html>

还没有评论.