摘要:
jsp:${pageContext.request.contextPath} java:request.getSession().getServletContext().getRealPath("/"); 阅读全文
posted @ 2018-02-25 11:31
安静的码农9527
阅读(108)
评论(0)
推荐(0)
摘要:
servlet返回json字符串 public static void write(HttpServletResponse response,Object o)throws Exception{ response.setContentType("text/html;charset=utf-8"); 阅读全文
posted @ 2018-02-25 10:38
安静的码农9527
阅读(2289)
评论(0)
推荐(0)