const input = document.querySelector('#wtbusername') function setInputValue(input, value){ if(!input.disabled){ input.disabled = true } input.value = value ...
確定! 回上一頁