ee.List.indexOf
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงตำแหน่งของการเกิดองค์ประกอบครั้งแรกในรายการ หรือ -1 หากรายการไม่มีองค์ประกอบ
การใช้งาน | การคืนสินค้า |
---|
List.indexOf(element) | จำนวนเต็ม |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ list | รายการ | |
element | วัตถุ | |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThis method finds the first occurrence of a specified element within a list.\u003c/p\u003e\n"],["\u003cp\u003eIt returns the position (index) of the element if found, or -1 if the element is not present in the list.\u003c/p\u003e\n"],["\u003cp\u003eIt's used with the syntax \u003ccode\u003eList.indexOf(element)\u003c/code\u003e, where 'list' is the target list and 'element' is the item to search for.\u003c/p\u003e\n"]]],[],null,["# ee.List.indexOf\n\nReturns the position of the first occurrence of element in list, or -1 if list does not contain element.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| List.indexOf`(element)` | Integer |\n\n| Argument | Type | Details |\n|--------------|--------|---------|\n| this: `list` | List | |\n| `element` | Object | |"]]