package com.liu.Utils;

import java.io.PrintWriter;

import javax.servlet.http.HttpServletResponse;


 /** 
 * @ClassName: ResponseUtil 
 * @author: lyd
 * @date: 2017年10月10日 下午10:31:06 
 * @describe:进行传输数据到前台 主要用来传输Json格式
 */
public class ResponseUtil {
	public static void write(HttpServletResponse response,Object obj)throws Exception
	{
		response.setContentType("text/html;charset=utf-8");
		PrintWriter out = response.getWriter();
		out.println(obj.toString());
		out.flush();
		out.close();
	}
}
最近下载更多
lilitu  LV6 5月29日
xiaopengzep  LV1 3月24日
问耳朵  LV2 2023年12月14日
海棠花瘦  LV9 2023年6月12日
yangbulx  LV3 2023年6月7日
微信网友_6495054193971200  LV2 2023年5月28日
邬松桥  LV11 2022年11月16日
LJLljl002  LV5 2022年9月18日
yymmdm  LV6 2022年8月10日
wppppp  LV3 2022年4月23日
最近浏览更多
krispeng  LV13 11月14日
it_star  LV6 7月18日
忧郁霸王龙 6月6日
暂无贡献等级
lilitu  LV6 5月29日
xiaopengzep  LV1 3月24日
zhanxy  LV2 3月11日
minjing123  LV8 1月4日
lilong007  LV22 2023年12月30日
WBelong  LV8 2023年12月27日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友