Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以启动 javascript 功能
[WebView stringByEvaluatingJavaScriptFromString:@"Next()"];
在 WebView 在 Mac OS X 应用程序中完成加载后,而不是在 iOS 中。提前致谢!
看看WebFrameLoadDelegate 协议参考。特别webView:didFinishLoadForFrame:是对你来说应该很有趣。
webView:didFinishLoadForFrame: