开发者

How to use Javascript in UIWebView?

开发者 https://www.devze.com 2023-02-08 01:25 出处:网络
Could you guys recommend me some bo开发者_Python百科oks or live examples of implementing Javascript in UIWebView or Objective-C? I’m a beginner.Use this method to use JavaScript on a UIWebView :

Could you guys recommend me some bo开发者_Python百科oks or live examples of implementing Javascript in UIWebView or Objective-C? I’m a beginner.


Use this method to use JavaScript on a UIWebView :

- (NSString *)stringByEvaluatingJavaScriptFromString:(NSString *)script

You can read more here.

0

精彩评论

暂无评论...
验证码 换一张
取 消