<input type="checkbox" id="mycb" onclick="oncheck(this)"/>. oncheck函式如下. function oncheck(o) { alert(o.checked); }.
確定! 回上一頁