【发布时间】:2013-11-20 13:00:23
【问题描述】:
我有一个从foursquare api返回的json,这里是这个json的一部分:
"categories": [
{
"id": "4bf58dd8d48988d16e941735",
"name": "Fast Food Restaurant",
"pluralName": "Fast Food Restaurants",
"shortName": "Fast Food",
"icon": {
"prefix": "https://ss1.4sqi.net/img/categories_v2/food/fastfood_",
"suffix": ".png"
},
"primary": true
}
]
如何打开前缀和后缀来查看图标?当我打开链接时,我收到一个 xml 错误...
有什么想法吗?
【问题讨论】:
标签: asp.net json api foursquare