有什么方法可以做到这一点C/C#?
C/C#
例如(C#风格)
for( int i=0; i<100; i++) { if(i==66) break; }
f# break while-loop
break ×1
f# ×1
while-loop ×1