yxrswx
2015-11-05 00:10
function remove() //取消设置的按钮,点击一下就消失了,怎么办????????? { var mymessage=confirm("是否将文章恢复原样?"); if(mymessage==true) { obj.removeAttribute("style"); obj2.removeAttribute("style"); } else{} }
function remove()
{
var mymessage=confirm("是否将文章恢复原样?");
if(mymessage==true)
{
obj.removeAttribute("style");
obj2.removeAttribute("style");
}
else{}
}
JavaScript入门篇
739817 学习 · 9566 问题
相似问题