主要工具: Linux, Python, SQL
var checkboxes = document.querySelectorAll('input[type="checkbox"]'); var checkedOne = Array.prototype.slice.call(checkboxes).some(x => x.checked);
Post a Comment
No comments:
Post a Comment