Construct a new primitive array object.
构造一个新的基本数组对象。
For more information, see JScript Array Object.
如需详细资讯,请参阅阵列物件。
Use the field name blog, and then create an array object.
使用字段名blog,然后创建一个数组对象。
The deleted elements are returned as a new array object.
所删除的元素会传回成为新的阵列物件。
You then add that new post to the persisted blog array object.
之后,可以将新的post添加到持久化的blog数组对象。
The callback function then uses the forEach method on the Array object.
该回调函数然后使用Array对象的forEach方法。
We have a string that contains our array object, serialized in JSON format.
我们有了一个包含数组对象并且以json格式序列化的字符串。
The array object provides support for creation of arrays of any data type.
阵列物件为建立任何资料型别的阵列提供支援。
Shows two ways to create an array object and assign it to an array variable.
演示两种方式来创建数组对象并将其赋给一个数组变量。
The Array object is used to store a set of values in a single variable name.
阵列(数组)对象用来在一单独的变量名称内存储一系列值。
When the user enters new vehicle data, you create a new element in the array object.
当用户输入新车辆数据时,您将在数组对象中创建一个新元素。
The primitive value is inherited by all objects descended from the Array object.
值可被所有来自数组对象的子对象所继承。
In this tutorial, you will learn how to create a ball bearing using an Array Object.
在本教程中,您将学习如何创建一个使用数组对象的球轴承。
It is initialized to a new array object, which is empty or has vehicle elements from when a user entered vehicles earlier.
它被初始化为一个新的数组对象,该数组对象为空或者含有用户先前输入的车辆的车辆元素。
An array variable holds a pointer to an array object, which holds the array elements and the rank and length information.
数组变量保存指向数组对象的指针,而数组对象保存的是数组元素、秩和长度信息。
We have created an array object to store our results information in a format that json_encode could read and convert to a json string.
我们已经创建了一个数组对象来存储json_encode可以读取和转换为json字符串格式的结果信息。
This object should be given the name of the remote procedure followed by the list of arguments all wrapped up into one PHP array object.
这个对象应该被给与远程过程的名称,后面跟随着由所有参数列表包装成的一个PHP数组对象。
The methods in this class let you create new arrays, get the length of an array object, and read and write indexed values of an array object.
该类中的方法使您能够创建新数组,获得数组对象的长度,读和写数组对象的索引值。
Once you create an array object, you cannot change its rank (number of dimensions), its dimension lengths, or the data type of its elements.
建立阵列物件后,就不可再变更其阵序(维度数)、其维度长度或其元素的资料型别。
If two Pointers to object types both point to the same object, or both point one past the last element of the same array object, they compare equal.
如果两个指针指向同一个对象,或指向同一个数组的最后一个元素的下一个元素时,它们相等。
The first article showed you how jQuery works functionally, and how you can use it to search for page elements, loop through them, and access them like any Array object.
本系列的第一篇文章向您展示了jQuery是如何工作的,以及如何用它来搜索页面元素、循环遍历这些元素并像Array对象那样访问这些元素。
You can change an array variable to point to an array object with different dimension lengths, but you cannot change it to point to an array object of a different data type.
您可将阵列变数变更为指向具有不同维度长度的阵列物件,但不可将它变更为指向不同资料型别的阵列物件。
Curly braces denote an associative array (that is, an object), with its key-value pairs separated by commas.
大括号表示联合数组(即对象),它的键-值组合由逗号分隔。
Each of those result objects is added to the results array for the main object.
每个结果对象都被添加到主对象的结果数组中。
In this example, this method USES an SBJSON object to parse and obtain a data object array.
在这个示例中,该方法使用SBJSON对象来解析和获取数据对象数组。
The most notable limitation is the inability to determine the position you're in within a list or array (or custom object).
最明显的显然是不能确定您在列表或数组(或者定制对象)中的位置。
When a socket connects, append the socket object to an array.
当一个套接字进行连接时,将该套接字对象附加到一个数组。
This representation can be returned in a variety of formats: XML, JSON, PHP object, PHP array, or serialized string.
该表示可以各种格式返回:XML、JSON、php对象、php数组或序列化字符串。
Previously, the method accepted an Object array as its argument.
以前,这个方法接受Object数组作为它的参数。
An additional asList method for converting an Object array to a List is still available.
用于将Object数组转换成List的附加aslist方法仍然有用。
应用推荐