/// 生成cell list private void GenerateCellList(String path) { json = JsonHelp.LoadJsonFile(path); ReloadCellList(); }