if( checkbox != null ){ if (!checkbox.length && checkbox.type.toLowerCase() == 'checkbox') { return (checkbox.checked)?checkbox.value:''; }
確定! 回上一頁