Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

document.close

 


概要

document.close() メソッドは、document.open() で開かれた文書への書き込みを終了します。

構文

document.close();

// 書きこむ文書を開きます。
// 文書の内容を書き込みます。
// 文書を閉じます。
document.open();
document.write("<p>たったひとつの内容。</p>");
document.close();

仕様

DOM Level 2 HTML: close() Method

 

 

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: fscholz, khalid32, Potappo
 最終更新者: khalid32,