随笔 - 20  文章 - 7  trackbacks - 0
<2006年2月>
2930311234
567891011
12131415161718
19202122232425
2627281234
567891011

常用链接

留言簿(1)

随笔档案

文章分类

文章档案

积分与排名

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

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

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


网站导航: