简单教程
提交运行
代码编辑器:
<script> function changetext(id) { id.innerHTML="噢,厉害了!"; } </script> <h1 onclick="changetext(this)">点击文本!</h1>
运行结果: