设置字符集名称

代码如下:

<%

Response.Charset="ISO8859-1"

%>

<!DOCTYPE html>

<html>

<body>

 

<p>This is some text</p>

 

</body>

</html>

运行结果:

This is some text

相关文章