开发者

How to use Javascript in 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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜