取消style設置,不成功
function conchange() { ? ?var c = confirm("是否取消設置?"); ? ?if ( c = true ) { ? ? ? ?var te = document.getElementById("txt"); ? ? ? ?te.removeAttribute("style"); ? ?}?
?為什么取消不了?
function conchange() { ? ?var c = confirm("是否取消設置?"); ? ?if ( c = true ) { ? ? ? ?var te = document.getElementById("txt"); ? ? ? ?te.removeAttribute("style"); ? ?}?
?為什么取消不了?
2017-05-03
舉報
2017-05-03
c==true