shell 数值转字符串

!#bash
int123=123
string='$int123'
echo string

给变量加上'var'就会转换成字符串