摘要:
[HttpGet] public IHttpActionResult GetLongLink(string code) { if (string.IsNullOrWhiteSpace(code)) { return Redirect(Request.RequestUri.AbsoluteUri.To 阅读全文
摘要:
public class Program { static void Main() { Random rd = new Random(); for (int i = 0; i < 10; i++) { int index = rd.Next(0, 4); var stortUrls = ShortU 阅读全文