一、阻止刷新页面
在表单中的提交按钮<button></button>标签改为<input type="button">或者在<button>中添加属性 type="button"
<button type="button"></button>
一、阻止刷新页面
在表单中的提交按钮<button></button>标签改为<input type="button">或者在<button>中添加属性 type="button"
<button type="button"></button>
内容版权声明:除非注明,否则皆为本站原创文章。