JavaScript Indexing

settings_applicationsEventTarget  >   settings_applicationsNode  >   settings_applicationsDocument  >   settings_applications[[Prototype]]

{object_name}

Editing

Documentdocumentopen()

Details

현재 문서에 Document.prototype.write() 메소드를 사용하여 새로 쓰기 위해 문서를 연다.

설명

Document.prototype.write() 메소드는 현재 문서의 기존 노드가 모두 제거되고 window에 등록된 이벤트 리스너가 모두 제거된다.

구문

형식
document.open()

반환

Documentdocument

Document 객체의 인스턴스를 반환한다. 별도의 대입없이도 현재 창의 document로 대체된다.

지원 웹브라우저