小旭 发表于 2013-2-1 11:56:08

ASP.NET 页面编码转换 UTF-8 转换 GB2312

<%@ Page Language="C#" AutoEventWireup="true" ResponseEncoding="gb2312" CodeFile="top.aspx.cs" Inherits="top" %>
 
 
asp.net  页面转换  ResponseEncoding="gb2312"  
 
asp.net 页面默认为 utf-8   
 
 
页: [1]
查看完整版本: ASP.NET 页面编码转换 UTF-8 转换 GB2312