While 循环与Break语句根据所应用的条件,可以使用 break 语句来停止循环。脚本文件:whilie-break.sh #!/bin/bash #While Loop Example with a Break Statement echo ...
確定! 回上一頁