1.JavaScript直接写入HTML输入流:
document.write("写入的内容")
2.对事件反映:
<button type="button" onclick="alert('欢迎!')">点我!</button>