例如: 代码如下: window.onload=hello; function hello(){ var msg = "JavaScript真好玩!"; document.open(); document.write(msg); document.close(); } script>