form 禁止跳转
Posted nns4
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了form 禁止跳转相关的知识,希望对你有一定的参考价值。
1.e.preventdefault()
2.
<form action="#" ref="form" target="testif" onSubmit={this.submit}>
<label htmlFor="title">ToDoList</label>
<input type="text" ref="title" name="title" placeholder="添加ToDo" required="required" autoComplete="off" />>
<iframe name="testif" style={{ "display": "none" }}></iframe>
</form>
以上是关于form 禁止跳转的主要内容,如果未能解决你的问题,请参考以下文章