var arr_val = $('input:checkbox:checked').map(function () {return this.value;}).get(); ... 如果要選取特定的checkbox 可以設定不同的className
確定! 回上一頁