获取小游戏冷启动时的参数。热启动参数通过 ks.onShow 接口获取。
let result = ks.getLaunchOptionsSync() this.content.string += `\nGetLaunchOptionSync, result: ${JSON.stringify(result)}`
← ks.getSystemInfoAsync ks.onShow →