JsonFileWithName(NSString *)fileName type:(NSString *)type{ // 獲取文件路徑 NSString *path = [[Bundle mainBundle pathForResource:fileName ofType:type]; // 將文件數(shù)據(jù)化 NSData *data = [[NS alloc] initWithOfFile:path];
www.dbjr.com.cn/article/1558...htm 2025-6-8