函数:messageBox 在电脑端中显示提示框
方法名称:在电脑端中显示提示框
方法功能:在电脑端中显示提示框
调用方法
ts_enterprise_lib:messageBox(title,text);
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
title | string | 是 | 提示框标题 |
text | string | 是 | 提示框内容 |
函数用例
--暂时仅支持电脑端
--旗舰版库为旗舰版专用库请勿在除旗舰版外的产品使用,此库已内置,无需下载
--如果提示没有 ts_enterprise_lib 库请重启旗舰版客户端服务再试
ts_enterprise_lib = require("ts_enterprise_lib")
assert(ts_enterprise_lib,"无法引入旗舰专用库")
ts_enterprise_lib:messageBox("提示","我是来自脚本的提示!")