NSString *strings = modelXQ.ProductDescription;
//拼接
NSString *urlStr = [NSString stringWithFormat:@" %@",strings];
[[NSURLCache sharedURLCache] removeAllCachedResponses];
[self.webView loadHTMLString:urlStr baseURL:nil];
sean bolerNSString *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
网友评论