## HTML转为UGUI用的文本(仅供测试) ```C# public string Html2Text(string htmlStr) { if (String.IsNullOrEmpty(htmlStr)) { return ""; } string regEx_style = "