0

have an URL of a login page it goes to the login screen in web.

现在我需要使用我拥有的 URL 获取网页的 JSON 格式。

然后我可以解析它并显示在表格中..

所以第一I need to get the JSON format of the web page using the URL I have.

How to create a webservice in json response for page

我想获得正确格式/区分大小写的“用户名”键和“密码”键

4

1 回答 1

1

为返回 JSON 响应的登录页面创建 Web 服务,然后使用 SBJSON 库解析该响应。在 NSDictionary 或 NSArray 中。并使用该数组来填充您的 TableView。

链接包含所有数据,从创建用于登录的 Web 服务到解析 JSON,我在我的项目中使用过它,它真的很棒。

快乐编码。

于 2013-03-04T10:45:46.897 回答