@implementation SecondViewController
- (void)viewDidLoad
{
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
webView.userInteractionEnabled = TRUE;
[webView loadRequest: [[NSURLRequest alloc] initWithURL: [[NSURL alloc] initWithString: [[[@"http//:www.mobile-boome.weebly.com/boome-webviwer.html" ]]];
}
- (void)didReceiveMemoryWarning
{
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
@end
问题在第 8 行:xcode 说预期的标识符,但我不明白问题是什么,所以我无法修复它!谢谢