<!DOCTYPE html>
<html>
<body>
<p>ASP 能同时输出 HTML 属性和纯文本:</p>
<%
response.write("<p style='color:#0000ff'>这段文本具有样式。</p>")
%>
</body>
</html>