?checkbox 設(shè)定成已選但不允許點(diǎn)滅如何做啊!
唯美的笑
2016-09-24 14:57:29
TA貢獻(xiàn)785條經(jīng)驗(yàn) 獲得超332個(gè)贊
<html> ??<script?type="text/javascript"> function?test(obj)?{ obj.setAttribute("disabled",?true); }; ??</script> <input?id="Checkbox1"?type="checkbox"?onclick="test(this)"/> </html>
直接上代碼...
舉報(bào)