回覆列表
  • 1 # tufuk1790

    js和java中的json物件無法互相轉換的吧(用struts2可以),可以在java中將物件轉換為json字串,傳到js後,再在js中將json字串轉換成json物件  Java code  Map map1 = new HashMap(); Map map2 = new HashMap(); map1.put("id", 1); map1.put("name", "張三"); map2.put("id", 2); map2.put("name","李四"); List list = new ArrayList(); list.add(map1) list.add(map2) Map jsonMap = new HashMap(); jsonMap.put("jsonstr",list); //必須是map物件才能轉換成json物件 JSONObject json = JSONObject.fromObject(map); //要用到json-lib-2.3-jdk15.jar return json.toString(); 記得引入json.js  JScript code  UserAction.getUser(function(result) { var jsonResult = JSON.parse(result);//如何不行用var jsonResult=JSON.parseJSON(),json版本問題 var resultList = jsonResult["jsonstr"]; for(var one in resultList){ var item= resultList[one]; alert(item.id); alert(item.name); }

  • 中秋節和大豐收的關聯?
  • 電腦開機沒有蜂鳴聲,螢幕不亮?