2013年10月3日 星期四

asp-variable


http://www.w3schools.com/asp/asp_variables.asp

inf: http://www.w3schools.com/asp/showasp.asp?filename=demo_fornext2

<!DOCTYPE html>
<html>
<body>

<%
dim i
for i=1 to 6
   response.write("<h" & i & ">Heading " & i & "</h" & i & ">")
next
%>


</body>
</html>

沒有留言:

張貼留言