标签:
//iOS9 设置网络 Plist文件
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
iOS-iOS9.Plist插入网络安全xml
原文地址:http://www.cnblogs.com/shenyangxiaohuo/p/5229285.html