随笔 - 20  文章 - 7  trackbacks - 0
<2024年12月>
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

常用链接

留言簿(1)

随笔档案

文章分类

文章档案

积分与排名

  • 积分 - 20119
  • 排名 - 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 阅读(299) 评论(0)  编辑  收藏 所属分类: VB.NET流程控制

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


网站导航: