ASP中if语句、select 、while循环的使用方法
2020-02-05 16:00:16来源:爱站网 阅读 ()
ASP开发可以使用多种多样的语法,而且有些是可以同时使用的,别着急,下面跟着爱站技术频道小编来学习ASP中if语句、select 、while循环的使用方法吧。
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title><%="页面标题"%></title> </head> <body> <%="多条件判断"%> <% response.Write("<br />") response.Write("利用response对象的Write方法输出地内容!") %> <br /> <% dim a,b a=200 b=300 response.Write("两数之和为:") response.Write(a+b) response.Write("<br />") if a=100 then response.Write("a=100,第一个条件满足。") elseif a=200 then response.Write("a=200,第二个条件满足。") elseif a=300 then response.Write("a=300,第三个条件满足。") else response.Write("三个条件都不满足。") end if %> <% response.Write("<br />") dim textnumber textnumber=200 select case textnumber case 100 response.Write("数值为100, 条件满足!") case 200 response.Write("数值为200,条件满足 !") case 300 response.Write("数值为300 ,条件满足!") case else response.Write("以上条件,条件都不满足!") end select %> <% response.Write("<br />") dim i,sum i=0 sum=0 while i<=100 sum=sum+i i=i+1 wend response.Write("100以内所有整数的和为:") response.Write(sum) %> <% response.Write("<br />") dim w,s w=0 s=0 do s=s+w w=w+1 loop while w<=100 response.Write("100之内的所有整数之和为:") response.Write(s) response.Write("<br/>") response.Write("w的值是:") response.Write(w) %> </body> </html>
以上就是爱站技术频道小编给大家整理的ASP中if语句、select 、while循环的使用方法,通过js.aizhan.com我们还可以了解到更多专业知识,希望大家学习愉快。
原文链接:https://js.aizhan.com/develop/asp/11355.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- asp中设置session过期时间方法总结 2020-03-30
- asp中日期时间函数介绍 2020-03-30
- asp教程中get post提交表单有5点区别 2020-03-30
- ASP 时间函数及如何获取服务器时间的写法 2020-03-30
- asp中的ckEditor的详细配置小结 2020-03-30
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash