แบบสำรวจการวิจัย: บอกให้เราทราบเกี่ยวกับประสบการณ์การใช้งาน Blockly
เริ่มแบบสำรวจ
blockly > ชื่อ > รีเซ็ต
เมธอด Name.reset()
ล้างฐานข้อมูลและเริ่มต้นใหม่ทั้งหมด ระบบจะเก็บคำที่สงวนไว้
ลายเซ็น:
reset(): void;
การคืนสินค้า:
เป็นโมฆะ
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-11 UTC
[null,null,["อัปเดตล่าสุด 2024-09-11 UTC"],[[["The `reset()` method clears all custom entries in Blockly's name database, effectively starting it fresh."],["Reserved words within the database are retained and not removed by the reset."],["This method does not return any value (void)."]]],["The `Names.reset()` method clears the existing database, effectively starting anew. It discards all current entries, but crucially, it retains any predefined reserved words. This method does not return any value, as indicated by the `void` return type. The action performed is an empty of the names' database and not touch to the reserved word list.\n"]]