摘要:-(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
浙公网安备 33010602011771号