NSArray 帮助获取重大信息
你好 我从服务器 "{\"bindings\":[{\"Latitude\":\"25.451808633333332\",\"Longitude\":\"81.83372523333333\"}]}" 收到一个响应,它位于数组中,我需要分解纬度和经度部分或值并将该值初始化为另一个字符串。
Hi
i am getting one response from the server "{\"bindings\":[{\"Latitude\":\"25.451808633333332\",\"Longitude\":\"81.83372523333333\"}]}" , it is in array, i need to break the latitude and longitude part or values and initialize the value into another string.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以更好的方式:
In more nice way: