js中如果想要一次对一个对象的多个css属性修改应该怎么做?
document.getElementById("tt").style.backgroundColor="#FFCC8";document.getElementById(...
document.getElementById( "tt" ).style.backgroundColor="#FFCC8";
document.getElementById( "tt" ).style.color="#999" ;
document.getElementById( "tt" ).style.fontFamily="sans-serif";
就像上面的描述,每次都要写前面的document.getElementById( "tt" ).style太麻烦,有没有可以简便些的方法??ps:也不想直接修改css.name。 展开
document.getElementById( "tt" ).style.color="#999" ;
document.getElementById( "tt" ).style.fontFamily="sans-serif";
就像上面的描述,每次都要写前面的document.getElementById( "tt" ).style太麻烦,有没有可以简便些的方法??ps:也不想直接修改css.name。 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询