/// <summary> /// 清理数据 /// </summary> public static void Clear() { m_lwnd.Clear(); if (g_uiNode != null) { g_uiNode.ClearChild(); } }