Directory appDocDir = await getApplicationDocumentsDirectory(); String appDocPath = appDocDir.path; String fPath = '${appDocDir.parent.path}/assets/a.txt'; ...
確定! 回上一頁