网络请求报错:The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
解决方案:
- 在Info.plist中添加
NSAppTransportSecurity
类型Dictionary
。 - 在
NSAppTransportSecurity
下添加NSAllowsArbitraryLoads
类型Boolean
,值设为YES
#付出不亚于任何人的努力#将来的我、一定会感谢现在努力拼搏的自己!