为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

3 回答

怎么看别人的代码快照??点不开别人的嗲吗快照。。

0 回复 有任何疑惑可以回复我~
		chgobj.style.color="";
		chgobj.style.backgroundColor="";
		chgobj.style.width="";
		chgobj.style.height="";
		chgobj.style.display="";

你这种方法也能取消设置

0 回复 有任何疑惑可以回复我~
function eliminate(){
var clear=confirm("确定取消所有设置吗?")
if(clear==true)
{document.getElementById('txt').removeAttribute('style');
 document.getElementById('txt').removeAttribute('style');}
 else
 {alert("操作失败!")}
}

最后一步应该用removeAttribute
这个属性来实现

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信