admin管理员组

文章数量:1620165

问题描述

由于Mac上的浏览器没有选择编码的功能,只能下载插件来解决
j s p文件

<html>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<body>
<h2>Hello World!</h2>
<form action="${pageContext.request.getContextPath()}/request" method="get">
    用户名:<input type="text" name="username"></br>
    密码:<input type="password" name="password"></br>
    <input type="submit">
</form>
</body>
</html>

效果

到GitHub上下载插件
1、添加链接描述
2、找到release: https://github/jinliming2/Chrome-Charset/releases
3、下载Source code (zip)解压

搞定

本文标签: 乱码chromeGoogleJSPMac