热搜:NVER node 开发 php

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

2024-11-02 23:00:01
加载本地Html文件_html/css_WEB-ITnose

  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]]];

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