概述 Requests是python中一个很Pythonic的HTTP库,用于构建HTTP请求与解析响应
Requests开发哲学
Beautiful is better than ugly.(美丽优于丑陋) Explicit is better than implicit.(直白优于含蓄) Simple is better than complex.(简单优于复杂) Complex is bett…
1 duplicate symbol for architecture arm64 改为 在Build Settings->Other link flags中添加-dead_strip,如果Other link flags中有-all_load与-force_load则删掉,只填-dead_strip