jquery check box时间:2023-03-09 06:31:28 if ($("#eulaLine").is(':checked')) { var mobile = $("#mobile").val(); if (mobile.length < 2) { $("#checkResult").html("手机号码不能为空!"); $("#mobile").val(""); $("#mobile").focus(); return; }