代码
提交代码
<style> .box { width: 100px; height: 100px; background: green; } </style> <div class="box" onclick="alert('耶耶耶耶耶!')"></div>
运行结果