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" >

相关文章:

  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-02-24
  • 2022-12-23
  • 2022-01-19
猜你喜欢
  • 2021-11-20
  • 2021-08-05
  • 2022-01-21
  • 2021-07-05
  • 2022-12-23
相关资源
相似解决方案