用VBSCRIPT

来源:百度知道 编辑:UC知道 时间:2024/04/26 06:17:26
使用FOR循环
使文字大小逐行变大
急呀

<script language=vb>
<%
for i=2 to i=10
response.write "<font size=" &i& ">文字大小逐行变大</font><br>"
next
%>
</script>

text=""
for i=1 to 100
text=text&i
next

for i=1 to 7
Response.write "<font size="&i&" >wo jiu yao zhe!</font><br>"
next

for i=1 to 100
fontsize=i
print "jksdghdjkfghdjkf"
next i