摘要:
- (void)viewDidLoad{ [super viewDidLoad]; NSString *path = [[NSBundle mainBundle] pathForResource:@"items" ofType:@"plist"]; NSDictionary *wed3dDic = [NSDictionary dictionaryWithContentsOfFile:path]; NSArray *wed3dArr = [wed3dDic valueForKey:@"wed3d"]; NSMutableString * 阅读全文