应用沙箱路径可以通过上下文来获取,context().filesDir,实例代码如下:// 获取应用文件路径 let context = getContext(this) as common.UIAbilityContext; let filesDir = context.filesDir;
应用沙箱路径可以通过上下文来获取,context().filesDir,实例代码如下: