自己定的规范:只要Content-Type设置为application/json的时候,前台的data要传递字符串
虽然设置为application/json,前台传对象request.getParam也能接收到
前台发过去的数据为Content-Type:application/json,后台如何接收
原文:https://www.cnblogs.com/cs-lcy/p/10345497.html