let context = getContext(this) as Context.UIAbilityContext;
// Exiting the app.
context.terminateSelf();
鸿蒙退出系统应用
于 2024-03-13 16:58:20 首次发布
let context = getContext(this) as Context.UIAbilityContext;
// Exiting the app.
context.terminateSelf();