设置内容类型
代码:
<%Response.ContentType="text/html"
%>
<!DOCTYPE html>
<html>
<body>
<p>This is some text</p>
</body>
</html>
结果:
This is some text
相关文章
- ASP 表单
- ASP Application 对象
- ASP Response 对象
- ASP Drive 对象
- ASP File 对象
- ASP 实例
- ASP 教程
- ASP Attributes 属性
- ASP Delete 方法
- ASP Cookies 集合
- ASP ContentType 属性
- ASP Abandon 方法
- ASP HTMLEncode 方法
- ASP MapPath 方法
- ASP ASPError 对象的属性
- ASP CopyFile 方法
- ASP CreateFolder 方法
- ASP GetParentFolderName 方法
- ASP OpenTextFile 方法
- ASP.NET DataValueField 属性