示例#1
0
 public static string EllipseStart(this string @this, int max = 30)
 {
     return(StringEx.EllipseStart(@this, max));
 }