摘要:
- (NSString *)getMimeType:(NSString *)fileAbsolutePath error:(NSError *)error{ NSString* fullPath = [fileAbsolutePath stringByExpandingTildeInPath]; NSURL* fileUrl = [NSURL fileURLWithPath:fullPath]; NSURLRequest* fileUrlRequest = [NSURLRequest requestWithURL: fileUrl]; NSURLResponse* response = nil 阅读全文
posted @ 2011-03-04 18:12
Likwo
阅读(1880)
评论(0)
推荐(0)