예제 #1
0
 public static string CreateShortUrlRand(this string url, string addKey = "")
 {
     return(url.CreateShortUrlIndex(RandomHelper.GetRandomNumber(0, 4), addKey));
 }