【发布时间】:2016-04-25 12:24:05
【问题描述】:
我想获取我已经标记的域的 json 响应。
var URL = "https://www.googleapis.com/customsearch/v1?key=**&cx=**&q=allinurl:"+queryUrl+"&fields=items(title,link,snippet)&more:"+label;
当我使用该查询时,我的结果与不使用 more:label 时的结果相同
一个标签中的域不在其余的,标签有过滤模式。
【问题讨论】:
标签: google-search google-custom-search google-search-api