当您建立一个数组类型时,数组的大小并不确定。
When you declare an array type, the size of the array is not specified.
第二个数组是一个整数类型的数组。
在被调用函数中,可以通过数组下标访问或修改数组元素的值。
By subscripting this value, the function can access and alter any argument of the array.
函数的作用是:将数组内部的指针移动到数组中的第一个元素。
The reset() function moves the internal pointer to the first element of the array.
提示:你可以给函数制定一个数组,数组的数量不限。
Tip: You can assign one array to the function, or as many as you like.
如果该字段是数组,则使用数组元素的大小。
获取一个数组,该数组包含数据源中各视图的有关信息。
Gets an array containing information about each view in the data source.
元素类型与参数数组的元素类型相同的数组。
An array with the same element type as the parameter array's element type.
和数组的不同就是,数组是作为值存在。
You can tell them apart from arrays because arrays are only ever values.
注意:返回的数组将继续保留第一个数组中的所有项的键类型。
Note: the returned array will keep the first array item's key type.
注意:返回的数组将继续保留第一个数组中的所有项的键类型。
Note: the returned array will keep the first array item's key type.
应用推荐