使用 jQuery 语句来取得 checkbox 的值

如下语句:

newisanon_send = String(jQuery('#newisanon', $ajaxform_send)[0].checked) == 'true'?String(1):String(0);


原文地址:https://www.cnblogs.com/catprayer/p/1826366.html