写入窗口提示框写入窗口提示框<!DOCTYPE html><html><body> <h2>我的第一张网页</h2><p>我的第一个段落。</p> <script>window.alert(5 + 6);</script> </body></html>