info.plist文件中添加
<key>NSAppTransportSecurity</key>
<dict>
<!--Connect to anything (this is probably BAD)-->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
iOS9新特性以及常见问题解决:推荐去查看:https://github.com/ChenYilong/iOS9AdaptationTips(注:推荐关注此作者,他经常更新一些很好的作品值得学习)