页面上的json对象传值到后台,jsondefectArray是jsonArray。在后台怎么获取jsondefectArray的值
varparamInfo={d50pkey:encodeURI(d50pkey),d06pkey:encodeURI(d06pkey),jsondefectArray:j...
var paramInfo = {d50pkey : encodeURI(d50pkey),
d06pkey : encodeURI(d06pkey),
jsondefectArray : jsondefectArray} 展开
d06pkey : encodeURI(d06pkey),
jsondefectArray : jsondefectArray} 展开
1个回答
展开全部
在j前台js页面中把jsonArray拼装成json字符串,后台获得json字符串,使用JSONObject对象或
JSONArray对象解析
JSONArray对象解析
更多追问追答
追问
能具体点不,前台就是jsonArray 转成字符串
jsondefectArray : jsondefectArray.toString
后台获取
String jsondefectArray = req.getParameter("jsondefectArray");
拿到String 类型的jsonAarray后要怎么办
追答
导入json-lib-2.4 jar 包,里面的JSONObject和JSONArray这两个对象中有把json字符串转换成json对象的方法,获得json对象后,直接用json对象点属性名获得值
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询