JS怎么给搜索框追加值
怎么在百度搜索中自动追加值?比如用户在搜索框里面输入关键词,脚本自动在后面加一个“1”字,实现用最终搜索的是“关键词+1”这个关键词
<form id="form" action="https://www.baidu.com/s" method="get" target="_blank" >
<input type="text" value="输入影片名称进行搜索" name="wd" id="wd">
<input type="submit" value="搜索" class="submit" hidefocus="true">
</form>
搜索框中输入关键词:
跳转到百度后,显示的是“关键词+1”的结果:
也就是自动在搜索的内容中追加值
苏我屠自古
9 years, 1 month ago