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

常用链接

留言簿(1)

随笔档案

文章分类

文章档案

积分与排名

  • 积分 - 20117
  • 排名 - 1714

最新评论

 

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

FeedBack:
# re: if...then...else条件判断语句 2006-02-06 21:06 The Game, tomtom
没有Else的话可以不写Else的!  回复  更多评论
  

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


网站导航: