A.1
B.2
C.0
D.什么都没有
第1题:
A.hello
B.php mysql!!
C.hello hello
D.hello php mysql!!
第2题:
3、以下那一个不是PHP数据类型的为
A.integer
B.friend
C.boolean
D.array
第3题:
6、若执行如下Shell程序,显示的结果为() #!/bin/bash # arraytest.sh my_array=(A B C D) echo "The output is : ${my_array[1]}"
A.The output is :A
B.The output is :B
C.The output is :C
D.The output is :D
第4题:
A.Array_keys
B.Array_values
C.Array_merge
D.Array_flip
第5题:
16、若执行如下Shell程序,显示的结果为() #!/bin/bash # arraytest.sh my_array=(A B C D) echo "The output is : ${my_array[1]}"
A.The output is :A
B.The output is :B
C.The output is :C
D.The output is :D