如果你沒有 <textarea> 在您的表單中,然後隻需將以下內容添加到您的 <form> : <form ... onkeypress="return event.keyCode != 13;">. 或者使用jQuery:
確定! 回上一頁