XML

来源:互联网 发布:linux arp 老化时间 编辑:程序博客网 时间:2024/06/05 18:31

在XML里面可以怎么样的做些什么东西呢,我们可以拭目以待,在我们相遇的那些时候,你知不知道我再爱你、吗::??我亲爱的小孩,你还不回家吃饭吗,,,在一个和平的时候说爱我,总该我说些什么,我不要说出口,何苦又怎么何必呢

#import "XMLViewController.h"#import "Student.h"#import "GDataXMLNode.h"@interface XMLViewController ()<NSXMLParserDelegate>@property (nonatomic, retain) NSMutableArray *allDataArray;@property (nonatomic, retain) NSString *currentElementName;@end@implementation XMLViewController/** *  在Build Settings 查找  header search 在Build phacess other blink  ARC和MRC混编 1.Bulid Phases - complile sources - 2.在类.m中添加 -fno-objc-arc  */- (void)viewDidLoad {    [super viewDidLoad];    }#pragma mark - SAX解析- (IBAction)saxAction:(UIButton *)sender{    //                                             
0 0
原创粉丝点击