ui.Map.remove
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
นำรายการที่ระบุออกจากแผนที่ หากมี
แสดงรายการที่นำออกหรือค่าว่างหากไม่ได้เพิ่มลงในแผนที่
การใช้งาน | การคืนสินค้า |
---|
Map.remove(item) | วัตถุ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
ดังนี้ ui.map | ui.Map | อินสแตนซ์ ui.Map |
item | วัตถุ | รายการที่จะนำออก |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003e\u003ccode\u003eremove()\u003c/code\u003e deletes a specific item from the ui.Map if it's present.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns the deleted item, or null if the item wasn't in the map.\u003c/p\u003e\n"],["\u003cp\u003eIt's called on a ui.Map instance and takes the target item as an argument.\u003c/p\u003e\n"]]],[],null,["# ui.Map.remove\n\n\u003cbr /\u003e\n\nRemoves the given item from the map, if it exists.\n\n\u003cbr /\u003e\n\nReturns the removed item or null if it hadn't been added to the map.\n\n| Usage | Returns |\n|--------------------|---------|\n| Map.remove`(item)` | Object |\n\n| Argument | Type | Details |\n|----------------|--------|----------------------|\n| this: `ui.map` | ui.Map | The ui.Map instance. |\n| `item` | Object | The item to remove. |"]]