ssh 控制層返回json數據方法

public void writeJson(Object object) {   try {      String json = JSON.toJSONStringWithDateFormat(object, "yyyy-MM-dd HH:mm:ss");      ServletActionContext.getResponse().setContentType("text/html;charset=utf-8");      ServletActionContext.getResponse().getWriter().write(json);      ServletActionContext.getResponse().getWriter().flush();      ServletActionContext.getResponse().getWriter().close();   } catch (IOException e) {      e.printStackTrace();   }}
相關文章
相關標籤/搜索