Set the checked state of a checkbox: function check() { document.getElementById("myCheck").checked = true; } function uncheck() { document.
確定! 回上一頁