标签:tchar addheader 16px rac char 跨域 get -o 访问
//允许跨域访问
response.addHeader("Access-Control-Allow-Origin", "*");
//设置输出的编码为 UTF-8
response.setCharacterEncoding("UTF-8");
//返回给浏览器
response.getWriter().write("跨域成功");
标签:tchar addheader 16px rac char 跨域 get -o 访问
原文地址:http://www.cnblogs.com/lovling/p/6514041.html