取消設置的按鈕,點擊一下就消失了,怎么辦?
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{} }
2015-11-05
舉報
2015-11-05
function remove() ??
{
? ? var mymessage=confirm("是否將文章恢復原樣?");
? ? if(mymessage==true)
? ? {
? ? ? ? obj.removeAttribute("style");
? ? ? ?obj2.removeAttribute("style");
? ? }
else{}
}