html 复选框 选中一个

function changeCheckbox(){ $('input[type="checkbox"]').on('change', function() {        $('input[type="checkbox"]').not(this).prop('checked', false);}); }   如图效果:
相关文章
相关标签/搜索