const inputFeilds = document.querySelectorAll("input"); const validInputs = Array.from(inputFeilds).filter( input => input.value !
確定! 回上一頁