ASP语法大全(6)
中华网科技 http://tech.china.com
2005-06-06 16:23:45
|
|
|
Sub
[Public | Private] Sub name [(arglist)]
[statements]
[Exit Sub]
[statements]
End Sub
定义一个子程序,指明名称,参数及代码。
While . . . Wend
While condition
[statements]
[color=Maroon]Wend
不停地连续执行语句statements 直到条件condition为True。
首页 上页 | ...3| 4 | 5 | 6 | 下页 尾页 共 6 页
|