采用标签方式跳出,指定跳出位置,
a:for(int i=0;i<n;i++) {
b:for(int j=0;j<n;j++) {
if(n=0) {
break a;
}
}
}

相关文章: