阅读(561)
赞(8)
鸿蒙OS IOutput
2022-08-16 15:12:28 更新
IOutput
public interface IOutput
为ohos定义了统一的数据输出接口。
方法总结
修饰符和类型 | 方法 | 描述 |
---|---|---|
void | output(String data) | 输出由指定字符串表示的数据。 |
方法详情
output
void output(String data)
输出由指定字符串表示的数据。
参数:
参数名称 | 参数描述 |
---|---|
data | 指示要输出的字符串。 |