css如何及時(shí)刷新樣式?
可以在js中定時(shí)調(diào)用如下方法刷新樣式:document.getElementById('ElementId').removeAttribute("style")
就可以重新的給這個(gè)元素的css 樣式實(shí)現(xiàn)刷新
使用js 添加的樣式不會(huì)出現(xiàn)了
css如何及時(shí)刷新樣式?
可以在js中定時(shí)調(diào)用如下方法刷新樣式:document.getElementById('ElementId').removeAttribute("style")
就可以重新的給這個(gè)元素的css 樣式實(shí)現(xiàn)刷新
使用js 添加的樣式不會(huì)出現(xiàn)了