I am trying to make a function to check if all checkboxes are unchecked. ... querySelectorAll('input[type=checkbox]'); var empty = [].filter.call( ...
確定! 回上一頁