标签:ios tco val string view value show 方法 调用
JSContext *context=[_webView valueForKeyPath:@"documentView.webView.mainFrame.javaScriptContext"];
NSString*funtionString=[NSString stringWithFormat:@"javascript:showExpressNumber(‘%@‘)",qrString];
[context evaluateScript:funtionString];//通过oc方法调用js的
标签:ios tco val string view value show 方法 调用
原文地址:http://www.cnblogs.com/xiwanxiang190351/p/7112231.html