有多个input判断选中个数

html:

<input type="checkbox" (click)="number($event)" class="checked" name="sigle" id="li9">
<label for="li9"></label>

js:

$(e.target).prop("checked")
原文地址:https://www.cnblogs.com/lljun/p/12183087.html