HTTP访问网络受限,只需要在项目工程里的Info.plist添加
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
就能进行网络访问