removeAttribute("style");為什么括號(hào)里是 style呢?程序里也沒有style屬性?。?/h1>
removeAttribute("style");為什么括號(hào)里是 style呢?程序里也沒有style屬性啊?
removeAttribute("style");為什么括號(hào)里是 style呢?程序里也沒有style屬性啊?
2020-02-13
你前面的代碼,點(diǎn)擊按鈕后,就給元素添加了style樣式,比如,點(diǎn)擊改變顏色按鈕后,代碼就變成了
也就是添加了style="color:red",其它幾個(gè)按鈕也是一樣。
那么最后這個(gè)取消按鈕,removeAttribute("style");就是清除style樣式