private List studentList; public void WriteStudentInfo(List student) { studentList = new List(); studentList = student; string path = Application.streamingAssetsPath + "/ExcelWrite/学生信息表.xlsx"; // WriteExcel(path); }