与普通的Google搜索相反,我如何从表单中访问Google图片?

问题描述

我已经查看了有关tbm(待匹配)和tbs(待搜索)的各种Google文档,目前,我可以使用以下内容搜索常规的Google网页:

<form action="https://google.com/search">
        <input type="text" name="q">
        <input type="submit" value="Google Search">
</form>

但是,如果我尝试使用以下方法搜索图片

<form action="https://www.google.com/search?tbm=isch">
        <input type="text" name="q">
        <input type="submit" value="Google Search">
    </form>

将我的名字=“ q”插入URL时,它只会带我进入搜索页面。我希望它直接开始搜索图像。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)