赞
踩
鸿蒙 harmonyOS 如何手动关闭退出APP呢?
目前我们想点击上面的取消退出harmonyOS 应用如何实现
1、引入 system.app
import app from ‘@system.app’; 2、退出APP
app.terminate();