一、加载方式 1.-(void)loadRequest:(NSURLRequest *)request; 可以请求本地文件也可以请求网络资源 NSURL*fileURL = ...
IP属地:广东
一、加载方式 1.-(void)loadRequest:(NSURLRequest *)request; 可以请求本地文件也可以请求网络资源 NSURL*fileURL = ...
以下是NSNotificationCenter的头文件,请尝试写出NSNotificationCenter.mm实现文件。 @interface NSNotification...