为什么用reset做函数名没反应?
为什么我定义函数:function reset(){
var mychose = confirm();
if(mychose==true){
txt1.removeAttribute("style");
}
}
按钮 <input type="button" value="取消设置" onclick="reset()">没反应
为什么我定义函数:function reset(){
var mychose = confirm();
if(mychose==true){
txt1.removeAttribute("style");
}
}
按钮 <input type="button" value="取消设置" onclick="reset()">没反应
2017-03-16
举报