看代码:

<html>
<body>

<button οnclick="alert(111)">test</button>

</body>
</html>
       最然代码OK, 但这是很bad的风格, 还是用onClick吧。  至于onclick为什么可以, 是因为html是不区分大小写的, 要是在js中, 那注定是区分的。


本文转载:CSDN博客