<%
Response.ContentType="text/html"
%>
<!DOCTYPE html>
<html>
<body>
<p>这是一个文本</p>
</body>
</html>