撒库拉哈纳米奇
2017-07-30 10:28
为什么点了取消还是重置了
var mess=confirm("确认重置");
if (mess=true)
{
txt.removeAttribute('style');
}
else
{
}
我是这么写的 else里面不知道怎么写
可能没有设置if...else语句
//定义"取消设置"的函数
function cancel(){
if(confirm("确定吗?")){
t.removeAttribute("style");
w.removeAttribute("style");
}
}
最好把代码贴出来这样才能知道原因
JavaScript入门篇
740083 学习 · 9566 问题
相似问题