Heim  >  Artikel  >  Web-Frontend  >  加载本地Html文件_html/css_WEB-ITnose

加载本地Html文件_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:40:14933Durchsuche

  NSString * resousePath = [[NSBundle mainBundle]resourcePath];
        NSString * filePath = [resousePath stringByAppendingPathComponent:@"patient_agreement.html"];
        NSString * htmlString = [[NSString alloc]initWithContentsOfFile:filePath encoding:NSUTF8StringEncoding error:nil];
        [self.web loadHTMLString:htmlString  baseURL:nil];
     //   [self.web loadHTMLString:htmlString baseURL:[NSURL fileURLWithPath:[[NSBundle mainBundle]bundlePath]]];

版权声明:本文为博主原创文章,未经博主允许不得转载。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn