根据https://developers.google.com/custom-search/v1/using_rest
GET https://www.googleapis.com/customsearch/v1?
key=INSERT-YOUR-KEY&cx=013036536707430787589:_pqjad5hr1a&q=flowers&alt=json
如果我用天蓝色替换花朵,我会收到一些搜索结果的回复。但我想要回应“天蓝色”
我尝试使用q = sky%22blue和sky + blue,我收到错误。如何查询多个关键字?
答案 0 :(得分:4)
需要使用反斜杠转义空间:
q=sky\ blue
以下是关于转义可能有用的字符的类似问题: http://productforums.google.com/forum/#!topic/commerce-search/sxo5NQ5iAI0