If you have the id of the element, you could : ... querySelectorAll("input[name=inputName]"); elements[0].value= 'test';.
確定! 回上一頁