arr=(one two three)
调用元素
$ echo ${arr[0]} one $ echo ${arr[2]} three
要求用户输入,可以使用读
read -p "Enter your choice: " choice
是你要的。