代码示例:(标识:eg_js_dom_event_onclick_1)
<!DOCTYPE html>
<html>
<body>

<h1 onclick="this.innerHTML='谢谢!'">请点击此文本!</h1>

</body>
</html>
运行结果: