docs: Hybrid

This commit is contained in:
liubinpeng
2021-06-24 20:36:49 +08:00
parent 3373210ac9
commit 70e8b1ae51

View File

@@ -813,3 +813,4 @@ NSURLProtocol能够让你去重新定义苹果的URL加载系统(URL Loading Sys
方法二JS 侧):
通过 AJAX 请求的 hook 方式,将网络请求的信息代理到客户端本地。能拿到 WKWebView 里面的 post 请求信息,剩下的就不是问题啦。
AJAX hook 的实现可以看这个 [Repo](https://github.com/wendux/Ajax-hook).