移动端软键盘换行变成搜索

想把软键盘的换行换成搜索只需一步,在input标签外套上一个form表单即可

<form action="">
    <input type="text" name="" placeholder="搜索" onclick="clInput()" autofocus="autofocus">
</form>

猜你喜欢

转载自blog.csdn.net/niesiyuan000/article/details/80002112