folder ground 文件访问

Posted 谢小锋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了folder ground 文件访问相关的知识,希望对你有一定的参考价值。

   

蓝色文件访问

  NSString * path = [[NSBundle mainBundle]pathForResource:@"one/two/two" ofType:@"html"];

    

        NSString *html = [NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:nil];

        [_webview loadHTMLString:html baseURL:[NSURL URLWithString:path]];

 

以上是关于folder ground 文件访问的主要内容,如果未能解决你的问题,请参考以下文章