Exemplo n.º 1
0
    void SelectFile(int index)
    {
        string filestr = ExcelTool.LoadData(fileList[index]);

        EditorUtility.DisplayDialog("导出" + fileList[index] + "成功!", filestr, "确定");
    }