码迷,mamicode.com
首页 > Web开发 > 详细

asp乱码问题

时间:2019-05-18 18:29:54      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:编码   hid   lang   code   blank   target   amp   脚本   utf-8   

UTF-8编码的话:在ASP脚本顶部加入<%@Language="vbscript" Codepage="65001"%>
以及再在<head>区域中加入<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >

gb2312编码的话:在ASP脚本顶部加入<%@Language="vbscript" Codepage="936"%>
以及再在<head>区域中加入<meta http-equiv="Content-Type" content="text/html; charset=gb2312" >

asp乱码问题

标签:编码   hid   lang   code   blank   target   amp   脚本   utf-8   

原文地址:https://www.cnblogs.com/apolloren/p/10886631.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!