例如:a="033"1,用${{a}}2,用let达到(()) 运算效果。let num=033; echo $num; 3,双括号运算符:a=$((1+2));echo $a;等同于:a=`expr 1 + 2`