shell38i++与++i

i++:先赋值,在运算

++i:先运算,再赋值

原文地址:https://www.cnblogs.com/jingzaixin/p/12453778.html