代码示例:(标识:demo_aspe_text)
<html>
<body>

<%
response.write("Hello World!")
%>

</body>
</html>
运行结果: