Bản khảo sát nghiên cứu: Cho chúng tôi biết trải nghiệm của bạn khi sử dụng Blockly
Bắt đầu khảo sát
chặn > CodeGenerator > name_
Thuộc tính CodeGenerator.name_
Chữ ký:
name_: string;
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-21 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-21 UTC."],[[["`CodeGenerator.name_` is a property that stores the name of the code generator."],["This name is used for identification and organization within Blockly's code generation process."],["It is declared as a string type, meaning it will contain textual data representing the generator's name."]]],["The `CodeGenerator.name_` property, a string, is defined within the Blockly code generation framework. This property holds a name, which is a string. It is accessible within the `CodeGenerator` class in the blockly library. It's signature is `name_: string;`. It is relevant to identifying a particular instance or type of code generator.\n"]]