The resource could not be loaded because the App Transport Security policy requires the use of a secure connection. 解决办法1 使用HTTPS 解决办法2: 在Info.plist中添加NSAppTransportSecurity类型Dictionary。 在NSAppTransportSecurity下添加NSAllowsArbitraryLoads类型Boolean,值设为YES