class Form { constructor( id ) { const button = document.createElement('button'); button.value = "Upload"; button.disabled = true; const input = document.
確定! 回上一頁