JAVA日报

从零开始的体温app开发(存储位置)

String filePath =context.getFilesDir().toString()+"/Rec";//内部

String filePath=context.getExternalFilesDir(null).getPath() + "/Record";//外部

File file = new File(filePath,"temp.xls");//file 创建

上一篇:Excel模板导出之动态导出


下一篇:Python 代码优化实践