摘要: #import <UIKit/UIKit.h> @interface ViewController : UIViewController @property(strong,nonatomic) UILabel *lblNums; @end #import "ViewController.h" @in 阅读全文
posted @ 2016-03-28 20:51 唐唐_010 阅读(363) 评论(0) 推荐(0) 编辑
摘要: XML 文档解析 使用的五个代理方法1.文档解析开始 parserDidStartDocument:2.文档解析结束 parserDidEndDocument:3.文档 解析元素 开始 didStartElement:4.文档 解析元素 结束 didEndElement:5.解析 文档元素 的内容 parser foundCharacters: #import @interface View... 阅读全文
posted @ 2016-03-28 20:38 唐唐_010 阅读(238) 评论(0) 推荐(0) 编辑