正文checkbox radio 多次操作失效IP云V管理员/2022-11-30/4 阅读 11/30提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 checkbox radio 多次操作失效 , 将attr替换为prop $(this).attr('checked',true); $(this).attr('checked',false); $(this).prop('checked',true); $(this).prop('checked',false);