out: {
for(var i = 0; i < 10; i++) {
if(i === 5) break out;
}
console.log(i); //5
请问上述代码中的out换成一般语法是什么呢?
out
潇潇雨雨
相关分类