为什么不创建一个直接提交给Google的表单呢?这是最简单的解决方案(假设您想搜索世界上的每个网站):
<form action="http://www.google.com/search" method="get">
<input type="text" name="q" placeholder="Search Google"/>
<input type="submit" /></form>
我相信这会完成你想要的工作。结果如下所示:
https://www.google.com/search?q=this%20that