时间:2021-07-01 10:21:17 帮助过:175人阅读
既然是java后台,那么也只能用jsp获取
如果我把后台的值转成json
JSONArray json = new JSONArray().fromObject(t);
PrintWriter outpw = response.getWriter();
String jsonto = json.toString();
outpw.write(jsonto);
请问前台html中该如何获取 ,没有strust2
js如何获取后台json
JS可以取嘛 ?
可以使用ajax去取
百度
参照例子
$.ajax 具体怎么实现 麻烦贴下可以嘛 自己试了好几次都取不到值