Home > SYS_MessageBox > showInformationMessage
SYS_MessageBox.showInformationMessage() method
显示消息框
签名
typescript
showInformationMessage(content: string, title?: string, buttonTitle?: string): void;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
content | string | 消息文本,支持使用 |
title | string | (Optional) 消息框标题 |
buttonTitle | string | (Optional) 按钮标题,为空则不显示按钮 |
返回值
void
备注
显示一个文字消息提示框