文件存储

    xiaoxiao2021-04-14  73

    文件存储: this.getFilesDir(); // /data/data/包名/files this.getCacheDir(); // /data/data/包名/cache openFileOutput("aa.txt", 0); /data/data/包名/files/aa.txt SharedPreferences存储路径: /data/data/包名/shared_prefs/
    转载请注明原文地址: https://ju.6miu.com/read-670101.html

    最新回复(0)