現在進行第一次判斷
If goalsFor > goalsAgainst Then
wins +=
ElseIf goalsFor < goalsAgainst Then
losses +=
Else
draws +=
End If
End While
一旦循環結束
Label
Label
Label
Label
Label
接下來要計算勝負比率(不管球隊的表現如何
If losses =
Label
Return
End If
如果該隊至少失敗一場
winRatio = Convert
現在
Select Case winRatio
Case
Label
Case Is <
Label
Case Is <
Label
Case Is <
Label
Case Else
Label
End Select
所有這些語句(循環和判斷)本身都非常簡單
下一節將介紹命名空間
ASP
[
From:http://tw.wingwit.com/Article/program/net/201311/14543.html