百度智能小程序 获取当前页面
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();
});