单项选择题
已知数组array=(1 3 9 19 43 56),如何打印出数组的第4个元素,即输出19()。
A.echo ${array[3]}
B.echo {array[3]}
C.echo ${array[4]}
D.echo {array[4]}
点击查看答案&解析
相关考题
