当前位置: 移动技术网 > IT编程>开发语言>Asp > asp中utf8不会出现乱码的写法

asp中utf8不会出现乱码的写法

2017年12月08日  | 移动技术网IT编程  | 我要评论
复制代码 代码如下:

<%@ codepage=65001 %>
<% response.codepage=65001%>
<% response.charset="utf-8" %> 
 <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>untitled document</title>
</head>
<body>
 内容
</body>
</html>

如对本文有疑问, 点击进行留言回复!!

相关文章:

验证码:
移动技术网