使用 Objective-C 解析字符串
如何解析 xcode url 并获取返回的数据 ie
1
比拉尔
工程师
不同的 xcode 字段,即
NSString *id=1
NSString *name=bilal
NSString *designation=engineer
注释。我的网址是自行构建的,只是返回字段
How to parse an xcode url and get data that returns i.e
1
bilal
engineer
to different xcode fields i.e
NSString *id=1
NSString *name=bilal
NSString *designation=engineer
note. my url is self constructed to simply return the fields
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道您是否已经建立了与网络服务的连接……如果没有,请在 Google 或 Stack Overflow 中查找 NSURLConnection。
关于你问题中我唯一理解的部分:
I don't know if you are already establishing a connection to your web service or not… if not look up NSURLConnection in Google or Stack Overflow.
Regarding the only part of your question that I understood: