随笔 - 20  文章 - 7  trackbacks - 0
<2024年4月>
31123456
78910111213
14151617181920
21222324252627
2829301234
567891011

常用链接

留言簿(1)

随笔档案

文章分类

文章档案

积分与排名

  • 积分 - 19908
  • 排名 - 1714

最新评论

<%@ page language="vb" %>
<h1>条件判断语句嵌套结构</h1>
<%
Dim blnA as boolean=false, blnB as boolean=true
If blnA=true Then
       response.write(
"blnA的值为true<br>"
  
If blnB=true Then
    response.write(
"blnB的值为true<br>")
  
Else
    response.write(
"blnB的值为false<br>")
  
End If
Else
   response.write(
"blnA的变量值为false<br>")
End if 
%
>
posted on 2006-02-06 21:31 The Game, tomtom 阅读(296) 评论(0)  编辑  收藏 所属分类: VB.NET流程控制

只有注册用户登录后才能发表评论。


网站导航: