window document
1 打開(kāi)一個(gè)新窗口
var newDoc=window.open("text/html","replace");
var txt="<html><body>Learning about the DOM is FUN!</body></html>";
newDoc.document.write(txt);
newDoc.close(); ? //該方法將關(guān)閉 open() 方法打開(kāi)的文檔流,并強(qiáng)制地顯示出所有緩存的輸出內(nèi)容。如果您使用 write() 方法動(dòng)態(tài)地輸出一個(gè)文檔,必須記住當(dāng)你這么做的時(shí)候要調(diào)用 close() 方法,以確保所有文檔內(nèi)容都能顯示。一旦調(diào)用了 close(),就不應(yīng)該再次調(diào)用 write(),因?yàn)檫@會(huì)隱式地調(diào)用 open() 來(lái)擦除當(dāng)前文檔并開(kāi)始一個(gè)新的文檔。
?
2 在文檔里更新
var newDoc=document.open("text/html","replace");
var txt="<html><body>Learning about the DOM is FUN!</body></html>";
newDoc.write(txt);
newDoc.close(); ? //同上
?
轉(zhuǎn)載于:https://www.cnblogs.com/xjy20170907/p/8474382.html
總結(jié)
以上是生活随笔為你收集整理的window document的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 《海贼王:FILM RED》剧场版票房破
- 下一篇: 收入猛涨超70% 迪士尼CEO:迪士尼乐