这个removeAttribute()函数的意义具体谁能解答?
//定义"取消设置"的函数 function tmove() { var temp=confirm("确认要取消设置吗?"); if(temp) { var mychar=document.getElementById("txt"); mychar.removeAttribute("style"); } }初学者,欢迎评价。
//定义"取消设置"的函数 function tmove() { var temp=confirm("确认要取消设置吗?"); if(temp) { var mychar=document.getElementById("txt"); mychar.removeAttribute("style"); } }初学者,欢迎评价。
2016-09-28
举报