<!DOCTYPE html>
<html>
<body>
<p>ASP可以输出纯文本:</p>
<%response.write("Hello World!")%>
</body>
</html>