json解析eval()中文乱码问题的解决

只需要后台post请求中添加: 

  resp.setContentType("text/html;charset=utf-8");
  req.setCharacterEncoding("UTF-8");