从零开始的体温app开发(存储位置)
String filePath =context.getFilesDir().toString()+"/Rec";//内部
String filePath=context.getExternalFilesDir(null).getPath() + "/Record";//外部
File file = new File(filePath,"temp.xls");//file 创建