post请求获取不到数据的情况
2019-11-02 本文已影响0人
阿猹在路上
https://blog.csdn.net/qq_38410991/article/details/78955268
参考这些文章
至于为什么会这样是因为http编码的问题,详情请参考
https://blog.csdn.net/klarclm/article/details/7711021
因为小程序 不同的请求 对应的数据编码不一样,可以参考小程序手册
数据进行 JSON 序列化
数据转换querystring 这两者的区别