摘要: UIWebView*webView =[[UIWebView alloc] initWithFrame:CGRectMake(10,10,200,200)];NSURL *targetURL =[NSURL URLWithString:@"http://developer.apple.com/iphone/library/documentation/UIKit/Reference/UIWebView_Class/UIWebView_Class.pdf"];NSURLRequest*request =[NSURLRequest requestWithURL:targetURL 阅读全文
posted @ 2012-09-25 10:03 zander 阅读(1225) 评论(0) 推荐(0)