Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 WCF .svc webservice,它接受两个参数 username 和 passwrod 并返回一个 Json 对象。谁能详细告诉我如何调用 web 服务并在 Xcode 中解析它。我正在尝试在我的登录屏幕中使用此网络服务。网络服务链接是https://xxxx.xxxx.com/IOsServices/Service1.svc。