<script src="../js/jquery-1.7.2.min.js" type="text/javascript"></script>
用 $(this).attr("checked", true);
<script src="/js/jquery.js" type="text/javascript"></script>
用 $(this).prop("checked", true);
<script src="../js/jquery-1.7.2.min.js" type="text/javascript"></script>
用 $(this).attr("checked", true);
<script src="/js/jquery.js" type="text/javascript"></script>
用 $(this).prop("checked", true);