[super viewDidLoad]; webview=[[UIWebView alloc] initWithFrame:self.view.bounds]; [self.view addSubview: webview]; [webview release]; // Do any additional setup after loading the view, typically from a nib.//沙盒中读取文件 NSString *doc=[NSSearchPathForDirec…