使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Google 图片搜索运算符
与网页搜索类似,Google 图片也支持专用的搜索运算符,即 src:
和 imagesize:
。这些运算符仅适用于 Google 图片;它们对其他 Google 产品和服务不起作用。
src:
搜索运算符
src:
搜索运算符将返回在 src
属性中引用了运算符中提供的图片网址的网页。例如:
src:https://example.com/media/carrot.jpg
该运算符会显示来自任何网域的网页,而不仅仅是来自运算符中指定的网址所在网域的网页。这可能有助于了解您在网站上托管的哪些图片被其他网站建立了热链接。
imagesize:
搜索运算符
imagesize:
搜索运算符将显示运算符中指定的尺寸的图片。您必须以“宽 x
高”的格式指定尺寸。例如:
imagesize:1500x1000
此运算符与 src:
和 site:
运算符配合使用时会非常有帮助。例如,您可以查找您的网站上已编入索引的特定大小图片:
src:https://example.com/media/carrot.jpg imagesize:500x1200
将 imagesize:
与 site:
运算符配合使用,可以按照精确的大小查找图片:
site:https://example.com/ imagesize:500x1200
限制
由于图片搜索运算符受索引和检索局限性的制约,因此您可能不会看到在执行标准搜索查询的情况下可能会显示的所有结果。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-04。
[null,null,["最后更新时间 (UTC):2025-08-04。"],[[["\u003cp\u003eGoogle Images uses special search operators, \u003ccode\u003esrc:\u003c/code\u003e and \u003ccode\u003eimagesize:\u003c/code\u003e, to refine image searches beyond basic keywords.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esrc:\u003c/code\u003e operator helps find webpages that use a specific image URL, potentially revealing unauthorized use (hotlinking).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eimagesize:\u003c/code\u003e operator filters results by image dimensions (width x height), useful for finding images of a specific size on a site or across the web.\u003c/p\u003e\n"],["\u003cp\u003eThese operators can be combined with other search operators like \u003ccode\u003esite:\u003c/code\u003e for more targeted results.\u003c/p\u003e\n"],["\u003cp\u003eDue to indexing limitations, using these operators might not show all possible results compared to a regular image search.\u003c/p\u003e\n"]]],["Google Images supports the `src:` and `imagesize:` search operators. The `src:` operator finds pages referencing a specific image URL, revealing where images are used across the web, including hotlinked instances. The `imagesize:` operator filters images by specified dimensions (width x height). These operators can be combined, such as using `src:` with `imagesize:` to find a particular-sized image from a particular url. Note that limitations in indexing might lead to incomplete results compared to standard searches.\n"],null,["# Google Images Search Operators | Google Search Central\n\nGoogle Images search operators\n==============================\n\n\nSimilarly to web search, Google Images supports dedicated search operators, namely\n`src:` and `imagesize:`. These operators only work on Google Images;\nthey have no effect on other Google properties.\n\n`src:` search operator\n----------------------\n\n\nThe `src:` search operator returns pages that reference the image URL in the `src` attribute\nthat's provided in the operator. For example: \n\n```actionscript-3\nsrc:https://example.com/media/carrot.jpg\n```\n\n\nThe operator returns pages from any domain, not just the domain of the URL specified in the\noperator. This may be helpful to learn which images you're hosting on your site are\n[hotlinked](https://en.wikipedia.org/wiki/Hotlink) by other sites.\n\n`imagesize:` search operator\n----------------------------\n\n\nThe `imagesize:` search operator returns images of the dimension specified in the\noperator. You must specify the dimension in width `x` height format. For example: \n\n```actionscript-3\nimagesize:1500x1000\n```\n\n\nThis operator can be helpful in conjunction with the `src:` and `site:`\noperator. For example, you can find an image of a certain size that was indexed on your site: \n\n```html\nsrc:https://example.com/media/carrot.jpg imagesize:500x1200\n```\n\n\nUsing `imagesize:` with the `site:` operator, you can find images of the\nexact size: \n\n```html\nsite:https://example.com/ imagesize:500x1200\n```\n\nLimitations\n-----------\n\n\nBecause image search operators are bound by indexing and retrieval limits, you might not see\nall of the results that may appear for a standard search query."]]