ee.List.insert
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แทรกองค์ประกอบที่ตำแหน่งที่ระบุในรายการ ดัชนีที่เป็นลบจะนับถอยหลังจากท้ายรายการ
การใช้งาน | การคืนสินค้า |
---|
List.insert(index, element) | รายการ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ list | รายการ | |
index | จำนวนเต็ม | |
element | วัตถุ | |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThe \u003ccode\u003einsert\u003c/code\u003e method adds an element to a list at a specific position.\u003c/p\u003e\n"],["\u003cp\u003eNegative index values can be used to insert elements relative to the end of the list.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einsert\u003c/code\u003e method modifies the original list and returns the updated list.\u003c/p\u003e\n"]]],[],null,["# ee.List.insert\n\nInserts element at the specified position in list. A negative index counts backwards from the end of the list.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------|---------|\n| List.insert`(index, element)` | List |\n\n| Argument | Type | Details |\n|--------------|---------|---------|\n| this: `list` | List | |\n| `index` | Integer | |\n| `element` | Object | |"]]