You can use querySelectorAll() like this: var test = document.querySelectorAll('input[value][type="checkbox"]:not([value=""])');.
確定! 回上一頁