摘要:
创建一个 Timer + scheduledTimerWithTimeInterval: invocation: repeats: + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti invocation:(NSInvocat 阅读全文
摘要:
# NSFileHandle## 1.NSFileManager类主要对于文件的操作(删除,修改,移动,赋值等等)```objc //判断是否有 tagetPath 文件路径,没有就创建 NSFileManager *fileManage = [NSFileManager default... 阅读全文