i=`expr $i + 1`; let i+=1; ((i++)); i=$[$i+1]; i=$(( $i + 1 ))
参考:
https://www.cnblogs.com/faithfu/p/9472817.html
原文地址:https://www.cnblogs.com/sea-stream/p/11403115.html
时间: 2024-11-13 09:47:14
i=`expr $i + 1`; let i+=1; ((i++)); i=$[$i+1]; i=$(( $i + 1 ))
参考:
https://www.cnblogs.com/faithfu/p/9472817.html
原文地址:https://www.cnblogs.com/sea-stream/p/11403115.html