使用 jQuery 语句来取得 checkbox 的值
如下语句:
newisanon_send = String(jQuery('#newisanon', $ajaxform_send)[0].checked) == 'true'?String(1):String(0);
如下语句:
newisanon_send = String(jQuery('#newisanon', $ajaxform_send)[0].checked) == 'true'?String(1):String(0);