编辑代码

string="nhooo is a great site"
echo ${string:1:4}

string="nhozoo is a great site"
echo `expr index "$string" zb`

arry_1=("我是1" "我是2" "我是3")
echo ${arry_1[1]}