在IOS中,將Input 的type設置爲search 後鍵盤迴車鍵上的文字是換行,需求是回車鍵文字是」搜索「。 解決辦法: 給input外套一個form,而且加個空的」action「.html
<form action=""> <input type="search"/> </form>