摘要:
Whether you are creating your own web browser on iOS or just displaying some custom, locally generated HTML,UIWebViewcan become a source of lots offru... 阅读全文
摘要:
背景:UIWebView: iOS 用来展示 web 端内容的控件。1. 核心方法:- (NSString*)stringByEvaluatingJavaScriptFromString:(NSString *)script;script 就是 JS 代码,返回结果为 js 执行结果。 比如一个 J... 阅读全文