<!DOCTYPE html>
<html>
<body>
<%
a=Array(5,10,15,20)
对于 a 中的每个 x
response.write(x & "<br>")
下一个
%>
</body>
</html>