bash shell script (bash脚本)中,break是退出一层循环,break 2是退出2层循环(当有相互嵌套时),.... break: break [n] Exit for, while, or until loops. Exit a ...
確定! 回上一頁