使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
arrays.size
arrays.size( array )
说明
返回数组的大小。如果数组为空,则返回 0。
参数数据类型
ARRAY_STRINGS|ARRAY_INTS|ARRAY_FLOATS
返回类型
INT
代码示例
示例 1
此示例使用包含两个元素的字符串数组。
arrays.size(["test1", "test2"]) = 2
示例 2
此示例使用包含 3 个元素的 int 数组。
arrays.size([1, 2, 3]) = 3
示例 3
此示例使用包含 1 个元素的浮点数组
arrays.size([1.200000]) = 1
示例 4
此示例使用空数组。
arrays.size([]) = 0
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-05。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-05。"],[],[]]