ee.Join.simple
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
แสดงผลการรวมที่สร้างองค์ประกอบของคอลเล็กชันหลักซึ่งตรงกับองค์ประกอบใดก็ได้ของคอลเล็กชันรอง ไม่มีการเพิ่มพร็อพเพอร์ตี้ลงในผลการค้นหา
การใช้งาน | การคืนสินค้า |
---|
ee.Join.simple() | เข้าร่วม |
ไม่มีอาร์กิวเมนต์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eReturns a join that selects elements from the primary collection that match elements in the secondary collection.\u003c/p\u003e\n"],["\u003cp\u003eThe join operation doesn't add any new properties to the results, only filtering the primary collection.\u003c/p\u003e\n"],["\u003cp\u003eIt's created using \u003ccode\u003eee.Join.simple()\u003c/code\u003e with no arguments required.\u003c/p\u003e\n"]]],[],null,["# ee.Join.simple\n\nReturns a join that produces the elements of the primary collection that match any element of the secondary collection. No properties are added to the results.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| `ee.Join.simple()` | Join |\n\n**No arguments.**"]]