#!/bin/bash # declare -i sum=0 declare -i i=1 # while true;do if [ $i -gt 100 ];then break \\ 如果条件满足则跳出while循环else let ...
確定! 回上一頁