Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
if 条件0 then
语句块0
If 条件1 Then
If 条件2 Then
语句块1
Else
语句块2
End If
Else
语句块3
End If
End If
程序代码若用以上的结构写出来的程序,运行时是不是有问题?如有问题,应该如何改写,才能达到以上的目的?