ee.Array.toList
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เปลี่ยนอาร์เรย์เป็นรายการของรายการตัวเลข
การใช้งาน | การคืนสินค้า |
---|
Array.toList() | รายการ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ array | อาร์เรย์ | อาร์เรย์ที่จะแปลง |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThis function transforms a given array into a list of numerical lists.\u003c/p\u003e\n"],["\u003cp\u003eThe method, \u003ccode\u003eArray.toList()\u003c/code\u003e, is utilized to execute this conversion, accepting the target array as input and returning the resultant list.\u003c/p\u003e\n"]]],[],null,["# ee.Array.toList\n\nTurns an Array into a list of lists of numbers.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------|---------|\n| Array.toList`()` | List |\n\n| Argument | Type | Details |\n|---------------|-------|-------------------|\n| this: `array` | Array | Array to convert. |"]]