getElementById ('myForm') myForm.addEventListener('submit', function(e){ e.preventDefault() console.log( this.getElementById('email') ) }) <form id="myForm"> ...
確定! 回上一頁