如何把json字符串传到前台,了解下吧。
JSONObject把对象转换成的json字符串,无法直接通过request.setAttribute();传到页面的input标签
如下是错误的:
request.setAttribute(“pageInfoJsonStr”, JSONObject.fromObject(pageInfo).toString());
还需要 jsonStr.replaceAll(“\”“, “'”)再放到request.setAttribute中。
试试吧。
如何把json字符串传到前台,了解下吧。
JSONObject把对象转换成的json字符串,无法直接通过request.setAttribute();传到页面的input标签
如下是错误的:
request.setAttribute(“pageInfoJsonStr”, JSONObject.fromObject(pageInfo).toString());
还需要 jsonStr.replaceAll(“\”“, “'”)再放到request.setAttribute中。
试试吧。
网友评论文明上网理性发言 已有0人参与
发表评论: