微信里移动端输入法的“下一步”改成“搜索”

<form action="javascript:return true">

            <input type="search" placeholder="搜索" >

 </form>

 

input[type="search"]{

  -webkit-appearance:none;

}

input::-webkit-search-cancel-button {display: none;}

猜你喜欢

转载自www.cnblogs.com/echolife/p/11164058.html