赞
踩
- //导入toast包
- import promptAction from '@ohos.promptAction'
-
- //具体使用
- promptAction.showToast({
- message:"测试"
- })
-
- //还可传入显示时长
- promptAction.showToast({
- message:"测试",
- duration:2000
- })
-
-
- //距离底部位置
- promptAction.showToast({
- message: "测试",
- duration: 3000,
- bottom:64
- });
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。