1.如果用的又from表单的存在,则在form中添加事件 <form onsubmit="return false;">.......</form>
onsubmit
=
"
return false;">.......</form>
2、增加一个隐藏的输入框,认为改变单个输入框
<input id="hiddenText" type="text" style="display:none" />
<
input
id
"hiddenText"
type
"text"
style
"display:none"
/>
按enter 导致整个页面刷新的解决办法
原文:https://www.cnblogs.com/yn-cn/p/10402488.html