blockly >字段 >getText

Field.getText() 方法

获取此字段中的文本。替换 getText_ 以提供不同于简单地将值转换为字符串的行为。

Signature:

/** @sealed */
getText(): string;

返回

字符串

当前文本。