在使用数组之前,你需要先声明它。

You need to declare the array before using it.

点击显示答案

You need to declare the array before using it.

declare 是动词,意思是"声明、宣告",在编程语境中特指"声明变量或数组",即告诉程序要使用某个变量并指定其类型。

在 App 中完整学习这张卡片

在 App 中学习