<form action="https://www.google.com" onsubmit="return dispatch()" target="_blank">
<div id="qbar" class="">
<input type="text" maxlength="40" name="q" id="q" value="" onfocus="$('#qbar').addClass('qbar_focus')" onblur="$('#qbar').removeClass('qbar_focus')" />
</div>
</form>
我搜 OmniboxUIExperimentHideSteadyStateUrlTrivialSubdomains 就被截断了
1
taxiaohaohhh 2020-08-05 09:15:29 +08:00
input 设置了 maxlength,所以最大字符数 40
|
2
weixiangzhe 2020-08-05 09:27:22 +08:00
字数太长反而会搜不到东西吧
|
3
Livid MOD 收到,会调整到和 Google 自身的限制一样的长度。
|