Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我申请site.search('string')时,它不会从附件返回结果。此方法是否仅适用于页面内容而不适用于附件?
site.search('string')
据我所知,这仅返回那些具有匹配字符串文本的页面。这不会在托管附件中搜索。要搜索具有附件名称的匹配项,您可以遍历每个页面中的附件名称并返回具有匹配附件名称的页面。