gpt4 book ai didi

ios - Webview HTML字符串长度iOS

转载 作者:行者123 更新时间:2023-12-01 16:38:19 25 4
gpt4 key购买 nike

我在网络服务响应中获取以下html字符串:-

NSString *str=@"<div class="ProductDescription"><h3><span style="font-size: large;">kjdhfdsghfjsdjgf</span></h3></div>";

[webview loadHTMLString:str baseURL:nil];

我正在使用以下代码来获取html字符串的长度
-(void)webViewDidFinishLoad:(UIWebView *)webView
{

int height=[webView stringByEvaluatingJavaScriptFromString: @"document.getElementByClass(\"ProductDescription\").offsetHeight;"];

}

如何在webViewDidFinishLoad中获取上述HTML字符串的长度,以便可以为webview设置动态高度?

最佳答案

如果通过“html字符串”引用第一行,则为[str length]

关于ios - Webview HTML字符串长度iOS,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26361190/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com