解决ASP页面编码问题

1)<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

2)

Response.Addheader "Content-Type","text/html; charset=gb2312"
Response.Buffer = True
Response.ExpiresAbsolute = Now() - 1
Response.Expires = 0
Response.CacheControl = "no-cache"
Response.AddHeader "Pragma", "No-Cache"
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<meta http-equiv="X-UA-Compatible" content="IE=IE7" />

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" >

<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

posted @ 2017-07-26 17:34  haikuang  阅读(177)  评论(0)    收藏  举报