powershell 暂停 2019-07-12 本文已影响0人 皿卜土 $sum=0 for($i=1;$i -le 100;$i++) { $sum+=$i } $sum cmd /c pause | out-null