目录

vue传递数组到后端

目录

vue传递数组到后端

vue前端传递数组

res:JSON.stringify(this.multipleSelection),

django后端接收数组

res=json.loads(request.data.get(‘res’))