最贊回答 / PHP設(shè)計工程師
<!DOCTYPE?html&t;&&t;hhtml&t;??&;hehead&;????&itltitle&new?new?document?&le&/title< ??&ttpmeta?http-equiv="Content-Type"?content="text/html;?charset=gbk"/&rip ??&="tscript?type="text/javascript"&n?o ????function?openWindow(){...
2020-05-18
最贊回答 / qq_CQ_0
ducument.write(),沒有ducument.write=()的寫法
最新回答 / 慕田峪146999
var txt = document.getElementById("txt");? ? ? ? txt.removeAttribute("style");????//取消設(shè)置的代碼
2020-05-17
最新回答 / weixin_慕婉清0268562
background可以設(shè)置背景顏色、背景圖片、定位等。而background-color只能設(shè)置背景顏色 。
2020-05-16
最新回答 / 奕帝傳說_夢
我的實現(xiàn)是把txt原本樣式保留,然后新建一個txt2來做其他的樣式。在第一次改變時做一個If判斷如果nowdom.className=="txt"就首先nowdom.className="txt2",然后再進行隨便修改。最后如果要返回就直接nowdom.className="txt"就完事了
2020-05-11