阅读(61)
赞(3)
百度智能小程序 获取当前页面
2020-09-04 14:45:07 更新
smartProgram.currentPage
解释:获取当前页面。
smartProgram.currentPage(): Promise<Page>
示例代码:
automator.launch().then(async smartProgram => {
await smartProgram.currentPage();
});解释:获取当前页面。
smartProgram.currentPage(): Promise<Page>
示例代码:
automator.launch().then(async smartProgram => {
await smartProgram.currentPage();
});Copyright©2023 字节宝字节宝| |
违法和不良信息举报电话:|举报邮箱:3111859717@qq.com
