整数变量运算的两种方式: 1. let "a = $b + 1" 2.b = `expr $a + 1` 转载于:https://www.cnblogs.com/angelfzt/p/3445686.html