计算HTML中的字符数

时间:2016-01-20 10:05:00

标签: c# html ckeditor

如何使用C#计算CKEditor中的字符。

string test = ckAdd.Text;
string testd = HttpUtility.HtmlEncode(test);
int times = testd.Count(char.IsLetter);

0 个答案:

没有答案