SpringMVC如何接收JSON格式参数
1、JS定义请求参数1、定义参数必须要定义成JSON格式数据如下let papers = {"answers": answers, "phone": phone, "surplusTime": maxtime};2、$.ajax方法设置data:JSON.stringify(papers),contentType: ‘application/json’,如下 $.ajax({ type: "