• 2022-06-06
    下列关于数据转换类型说法错误的是()。
    A: 对于POST方法且header['content-type']为application/json的数据,会对数据进行JSON序列化
    B: 对于GET方法的数据,会转换成query
    C: haeder中可以设置Refere
    D: 对于POST方法且header['content-type']为application/x-www-form-urlencoded的数据,会将数据转换成querystring
  • 举一反三