blockly >字段 >getValue

Field.getValue() 方法

获取字段的当前值。

Signature:

getValue(): T | null;

返回

T |null

当前值。