blockly >屏蔽 >getCommentText

Block.getCommentText() 方法

返回此块的注释(如果没有注释,则返回 null)。

Signature:

getCommentText(): string | null;

返回

字符串 |null

屏蔽的评论。