//有點像goto,但此方法似乎不會破壞程式結構
OuterLoop:
for( ; ; )
{
InnerLoop:
for( ; ; )
{
continue OuterLoop; //跳到OuterLoop標籤的函式
break OuterLoop; //跳出OuterLoop標籤的函式
}
}
2009年9月25日 星期五
JAVA筆記-label函式標籤
##ShowAll##
訂閱:
張貼留言
(
Atom
)
0 意見 :
張貼留言