240 发简信
IP属地:内蒙古
  • request对象

    request 接收中文参数时要设置编码格式为utf-8: <%request.setCharacterEncoding("UTF-8");%>...