【iOS开发】UIWebView调用JS点击事件(stringByEvaluatingJavaScriptFromString)
一、场景描述产品需求是移动端app要调用h5页面,然后监听h5代码中的某个方法,最终执行h5中的具体代码。二、具体代码.m文件@interface ViewController ()<UIWebViewDelegate>@property(nonatomic,strong) UIWebView *webView;@end@implementation ViewController- (void)