摘要: [HttpGet] public IHttpActionResult GetLongLink(string code) { if (string.IsNullOrWhiteSpace(code)) { return Redirect(Request.RequestUri.AbsoluteUri.To 阅读全文
posted @ 2020-08-20 11:39 摩诘 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2020-08-20 11:36 摩诘 阅读(1119) 评论(0) 推荐(0) 编辑