public void InputData(string path) { UserDBHelper excelInfo = new UserDBHelper(); if (excelInfo.importUser(path)) { UnityToWeb("ImportStuInfoCallback", "success"); Debug.Log("导入,成功"); } else { UnityToWeb("ImportStuInfoCallback", "failed"); Debug.Log("导入,失败"); } }