定義取消設(shè)置
//定義"取消設(shè)置"的函數(shù) ? ?function xq(){ ? ? ? ?var qx=confirm("確定取消所有設(shè)置嗎?"); ? ? ? ?if(qx==true){ ? ? ? ? ? txt.removeAttribute('style');} ? ?}
//定義"取消設(shè)置"的函數(shù) ? ?function xq(){ ? ? ? ?var qx=confirm("確定取消所有設(shè)置嗎?"); ? ? ? ?if(qx==true){ ? ? ? ? ? txt.removeAttribute('style');} ? ?}
2017-07-09
舉報(bào)
2017-07-09
老鐵 沒毛病,注意在按鈕聲明點(diǎn)擊方法就行了