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直接拖进去,是正常的。
呼哈哈,坑,终于填满了。
声明:本网页内容旨在传播知识,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。TEL:177 7030 7066 E-MAIL:11247931@qq.com