在form中指定提交的方法为post在要提交的页面指定编码<%@page contentType="text/html;charset=UTF-8" %> 或<%@ page pageEncoding="utf-8"%>
乱码问题
最新推荐文章于 2021-12-25 09:44:52 发布
在form中指定提交的方法为post在要提交的页面指定编码<%@page contentType="text/html;charset=UTF-8" %> 或<%@ page pageEncoding="utf-8"%>