当input输入框处于form表单中,且type为search,输入是确认键是搜索键
<form action="" onsubmit="return false;">
<input type="search" value=""/>
</form>
当input输入框处于form表单中,且type为search,输入是确认键是搜索键
<form action="" onsubmit="return false;">
<input type="search" value=""/>
</form>