問題描述: form表單中,若是當前表單只有一個input輸入框時,單擊回車會自動提交當前表單。 orm
解決方案: 在當前form表單中添加一個隱藏的input,input
<input style="display:none" type="text">form