You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
416 B
416 B
dialog
对话框
{% method %} source
{% common %}
BI.Msg.alert(title, content)
{% endmethod %}
##参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
title | 对话框标题 | string | — | " " |
content | 对话框内容 | string | — | " " |