YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!

iOS-请求网络数据时崩溃-data = nil 的时候解决办法

在info的plist文件中添加下面代码
(进入方法-info.plist-右键单击-Open AS->Source Code)

<key>NSAppTransportSecurity</key>
<dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
</dict>

当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »