webView 加载标记语言

    self.content = [self.content stringByReplacingOccurrencesOfString:@"\\" withString:@""];
    NSString *str = [NSString stringWithFormat:@"\
                         \
                         \
                         \
                         \
                         \
                         \
                         \
                         \
                         \
                         %@\
                         \
                         \
                         ", self.content];
        
   [_webView loadHTMLString:str  baseURL:nil];



只需要在返回的标记文本加入头文件, 然后删除标记文本的多余字符集即可

  • 更新图片适配
    添加style样式 即可.

你可能感兴趣的:(webView 加载标记语言)