方法介绍
方法名称:关闭消息显示
语法:hideToast()
方法例子
for i=1,100 do
toast("消息显示\n测试计数"..i.."次数")
sleep(100)
end
hideToast()