shell获取字符串长度

1
2
3
4
5
6
7
8
#! sh



echo 'v1的长度为:\n'
v1="tianweiye"
echo $v1
echo ${#v1}

转载请注明来源 https://tianweiye.github.io