https://www.cnblogs.com/lichuangblog/p/10773187.html
法1.通过与安卓交互修改AndroidManifest.xml
解决方法:最简单的就是在AndroidManifest.xml的application中添加如下一条属性即可:android:usesCleartextTraffic="true"
https://www.cnblogs.com/lichuangblog/p/10773187.html
法1.通过与安卓交互修改AndroidManifest.xml
解决方法:最简单的就是在AndroidManifest.xml的application中添加如下一条属性即可:android:usesCleartextTraffic="true"