lurending0417

1. 上传数据:

JSON.stringify
dataType: "json", 
traditional:true,
data:{
         sentDatas:JSON.stringify(sentDatas)
         },

2. 后台解析数据:

JSON.parse
JSON.parse(req.body.sentDatas);

 

分类:

技术点:

相关文章:

  • 2021-12-19
  • 2022-12-23
  • 2021-11-22
  • 2021-10-16
  • 2022-02-27
  • 2021-12-12
  • 2021-12-26
  • 2022-12-23
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2022-01-10
  • 2022-01-14
  • 2022-12-23
  • 2021-12-29
相关资源
相似解决方案