0

我正在使用 UIWebView 打开一个 URL。在 UIWebView 中运行的 Java 脚本发出中间请求,有没有办法获取有关这些请求和响应的信息?

4

1 回答 1

1

The UIWebViewDelegate method webView:shouldStartLoadWithRequest:navigationType: will let you inspect all the requests for a UIWebView before they are made.

于 2013-04-10T04:48:19.017 回答