摘要: iOS开发之XML解析代码 //1.加载和解析XML文件 NSString *path = [[NSBundle mainBundle] pathForResource:@"xml.txt" ofType:nil]; NSData *data = [[NSData alloc] i... 阅读全文
posted @ 2015-04-05 14:24 苏俊杰 阅读(181) 评论(0) 推荐(0)