ajax json js解析後臺傳過來的json格式字符串

後臺action部分代碼:前端 JSONObject object = new JSONObject(); object.put("annualDays", annualDays); object.put("entryDate", entryDate); PrintWriter out = cu.getWriterOut(response); out.print(object.toString()
相關文章
相關標籤/搜索