已编辑的问题我使用以下方法阅读了网页:-
NSString *myText = [webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.textContent"];
现在我想将 UITextField 搜索到网页中。
我该怎么办 ?这样我就可以找到在 UIWebView 中打开的网页中是否有任何 UITextField。
提前致谢
已编辑的问题我使用以下方法阅读了网页:-
NSString *myText = [webView stringByEvaluatingJavaScriptFromString:@"document.documentElement.textContent"];
现在我想将 UITextField 搜索到网页中。
我该怎么办 ?这样我就可以找到在 UIWebView 中打开的网页中是否有任何 UITextField。
提前致谢