0
点赞
收藏
分享

微信扫一扫

jsp 字符集编码UTF-8

TiaNa_na 2023-07-02 阅读 38

jsp file ecoding  
<%@ page language="java" contentType="text/html; charset=UTF-8"
     pageEncoding="UTF-8"%> 
return charset to browser
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">


举报

相关推荐

0 条评论