设置内容类型

代码:

<%

Response.ContentType="text/html"

%>

<!DOCTYPE html>

<html>

<body>

 

<p>This is some text</p>

 

</body>

</html>

结果:

This is some text

相关文章