NSString *path = [[NSBundle mainBundle] pathForResource:@"A5_cube" ofType:@"html"]; NSString *data = [NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:nil]; [_webView loadHTMLString:data baseURL:[[NSBundle mainBundle] bundleURL]];
最后,如果还遇到js找不到或没有执行的情况,请检查build phase-->compile source里有没有它的身影。如有,将其拖至copy bundle resource中。
不过我用xcode 7.3直接拖进去,是正常的。
呼哈哈,坑,终于填满了。