如何移除元素的某个css属性利用 removeAttribute方法如:ele = document.getElementById('div1')ele.removeAttribute('class')1.首先要判断哪些才是无用2023-04-13html-css190