摘要: public String ajaxSubmit(){try{Integer tId = this.TId;String tName = this.TName;System.out.println(tId+":"+tName);PrintWriter p = null;HttpServletResponse response = ServletActionContext.getResponse();response.setContentType("text;charset=utf-8");SpsTitle spsTitle = createTitleSe 阅读全文
posted @ 2012-10-17 09:33 zmj1 阅读(771) 评论(5) 推荐(0)