iOS开发(一)

1.NSError的使用
NSError *error;
NSLog(@"%@", [error localizedDescription]);
原文地址:https://www.cnblogs.com/ketmales/p/2945271.html