基础控件标签(Label)本页总览标签(Label)Label 类用来显示文本,不具备任何交互功能。 示例 在下面的代码中创建一个标签控件: const desktop = Desktop.instance();new Label(desktop, 'Something text');