var tempradio= null;
function change(checkedRadio) { if(tempradio== checkedRadio){ tempradio.checked=false; tempradio=null; } else{ tempradio= checkedRadio; } }本文共 203 字,大约阅读时间需要 1 分钟。
var tempradio= null;
function change(checkedRadio) { if(tempradio== checkedRadio){ tempradio.checked=false; tempradio=null; } else{ tempradio= checkedRadio; } }转载于:https://blog.51cto.com/3900835/1539354