<form action="javascript:return true">
<input type="search" placeholder="搜索" >
</form>
input[type="search"]{
-webkit-appearance:none;
}
input::-webkit-search-cancel-button {display: none;}
微信里移动端输入法的“下一步”改成“搜索”
原文:https://www.cnblogs.com/echolife/p/11164058.html