<!DOCTYPE html>
<html>
<body>
<%
response.write("我的第一个 ASP 脚本!")
%>
</body>
</html>