随笔分类 -  iOS

iOS
摘要:-(void) loadDoc : (NSString * )docName inView:(UIWebView*)webViewID{ NSString *path = [[NSBundle mainBundle] pathForResource:docName ofType:nil]; NSURL *url = [NSURL fileURLWithPath:path]; NSURLRequest *req = [NSURLRequest requestWithURL:url]; [webViewID loadRequest:req];} 阅读全文

posted @ 2012-04-24 14:34 jasonC 阅读(249) 评论(0) 推荐(0)