function phone_Change(t){ document.getElementById('oc_phone').disabled=false;}
回复讨论(解决方案)
是要禁止button?
无标题文档 function phone_Change(t){ document.getElementById('oc_phone').disabled=true;}
document.getElementById('oc_phone').disabled = "disabled";
这样
document.getElementById('oc_phone').disabled = "disabled";
这样
恩 谢谢
查看更多关于js控制button点击问题_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did103228