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

相关文章:

  • 2021-12-01
  • 2022-01-18
  • 2022-12-23
  • 2021-12-17
  • 2021-11-11
  • 2022-12-23
  • 2021-12-18
  • 2022-12-23
猜你喜欢
  • 2021-12-17
  • 2021-12-19
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-01-03
相关资源
相似解决方案