NSString* str=[NSString stringWithContentsOfFile:path3 usedEncoding:NULLerror:nil];

 NSMutableString *outdata = [NSMutableStringnew];

       /* NSLog(@"str::%@",str); path3 路径中将html文件中的内容取出放入一个NSString */

 

        [outdata appendFormat:str]; /*将读出的这个NSString转化成一个可变数组*/

相关文章:

  • 2022-12-23
  • 2021-06-14
  • 2022-03-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2022-01-18
  • 2021-11-26
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
相关资源
相似解决方案