百度智能小程序 获取系统信息
2020-09-05 15:14 更新
smartProgram.systemInfo
解释:获取系统信息,同 swan.getSystemInfo。
smartProgram.systemInfo(): Promise<Object>
示例代码:
automator.launch().then(async smartProgram => {
const systemInfo = await smartProgram.systemInfo();
console.log(systemInfo.platform);
});
以上内容是否对您有帮助:
更多建议: