gpt4 book ai didi

iphone - 从 UIWebView 获取 IMG 标签 src 作为 NSString

转载 作者:行者123 更新时间:2023-12-03 17:14:09 25 4
gpt4 key购买 nike

如何在 UIWebView 中获取当前页面图像的 src 并能够在以后将其作为字符串使用?

最佳答案

这样做:

NSString *imgSrcValue = [self.webview stringByEvaluatingJavaScriptFromString:
@"document.getElementByID('yourImgScrID').value"];

关于iphone - 从 UIWebView 获取 IMG 标签 src 作为 NSString,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11863780/

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