ee.List.getNumber
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลตัวเลขในตำแหน่งที่ระบุในลิสต์ ดัชนีที่เป็นลบจะนับถอยหลังจากท้ายรายการ หากค่าไม่ใช่ตัวเลข จะเกิดข้อผิดพลาดขึ้น
การใช้งาน | การคืนสินค้า |
---|
List.getNumber(index) | ตัวเลข |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ list | รายการ | |
index | จำนวนเต็ม | |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eThis function retrieves a number from a given position within a list.\u003c/p\u003e\n"],["\u003cp\u003eNegative indexing allows accessing elements from the end of the list.\u003c/p\u003e\n"],["\u003cp\u003eProviding a non-numeric value or an index outside the list range results in an error.\u003c/p\u003e\n"],["\u003cp\u003eThe function is used by calling \u003ccode\u003eList.getNumber()\u003c/code\u003e and providing the desired index as an argument.\u003c/p\u003e\n"]]],[],null,["# ee.List.getNumber\n\nReturns the number at the specified position in list. A negative index counts backwards from the end of the list. If the value is not a number, an error will occur.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------|---------|\n| List.getNumber`(index)` | Number |\n\n| Argument | Type | Details |\n|--------------|---------|---------|\n| this: `list` | List | |\n| `index` | Integer | |"]]