iframe是框架的一種形式,也比較常用到。 ... 如我們要改變ID號為myH1的H1標記裡的文字為hello,my dear,則可用: document.myH1.innerText="hello,my dear"(其中,document可省)
www.jb51.net