标签: c# html ckeditor
如何使用C#计算CKEditor中的字符。
string test = ckAdd.Text; string testd = HttpUtility.HtmlEncode(test); int times = testd.Count(char.IsLetter);