HTML DOM Document對象
close()方法關閉之前使用document.open()方法打開的輸出流。
document.close()
document.open(); document.write("<p>The one and only content.</p>"); document.close();
所有瀏覽器完全支持close()方法: