一、return返回页面乱码问题  

produces = "text/html;charset=UTF-8"

 

二、跨域问题

response.setHeader("Access-Control-Allow-Origin", "*");