设置字符集名称
代码如下:
<%Response.Charset="ISO8859-1"
%>
<!DOCTYPE html>
<html>
<body>
<p>This is some text</p>
</body>
</html>
运行结果:
This is some text
相关文章
- ASP.NET Web Pages 教程
- ASP.NET Web Pages 文件夹
- ASP.NET Web Pages WebMail 参考手册
- ASP.NET MVC 文件夹
- ASP.NET MVC 模型
- ASP.NET DataList 控件
- ASP.NET Validation 服务器控件
- WebSecurity CreateAccount 方法
- WebSecurity Login 方法
- HTML InputCheckbox
- ASP.NET HTML 控件 CompareValidator
- ASP.NET HTML 控件 CustomValidator
- C# 实例 实例解释
- C# 实例 For Each 循环
- VB 实例 使用数据库 根据数据库显示条形图
- ASP.NET Calendar DayNameFormat 属性
- ASP.NET CalendarDay IsToday 属性
- ASP.NET ImageButton ValidationGroup 属性
- ASP.NET Table CellSpacing 属性
- ASP.NET TextBox TextMode 属性