美文网首页iOS Developer
WKWebView与WebView实现html的图片与屏幕适配

WKWebView与WebView实现html的图片与屏幕适配

作者: Frankenstein张 | 来源:发表于2016-09-13 09:53 被阅读285次

    NSString *strings =  modelXQ.ProductDescription;

           //拼接

           NSString *urlStr = [NSString stringWithFormat:@" %@",strings];

           [[NSURLCache sharedURLCache] removeAllCachedResponses];

           [self.webView loadHTMLString:urlStr baseURL:nil];

    sean boler

    相关文章

      网友评论

        本文标题:WKWebView与WebView实现html的图片与屏幕适配

        本文链接:https://www.haomeiwen.com/subject/tedmettx.html