#buttton自动刷新
Posted bluelingling
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了#buttton自动刷新相关的知识,希望对你有一定的参考价值。
每次点button就会页面自动刷新。导致获取不到input里的值。
记得始终为按钮规定type属性。
<form> <input type = "text" placeholder = "pls enter" > <button type = "button"></button> </form>
以上是关于#buttton自动刷新的主要内容,如果未能解决你的问题,请参考以下文章