예제 #1
0
 public string cutWords(string str, int len)
 {
     return(xc.CutWord(xc.SafeHtml(str), len));
 }