2021年12月2日
摘要: 请求参数: 封装参数: 1、创建model ublic class stContent { public string SendName { get; set; } public string SendMobile { get; set; } } 2、封装参数并发送请求 public ActionR 阅读全文
posted @ 2021-12-02 12:00 我的梦想是开个小店 阅读(571) 评论(0) 推荐(0)
摘要: Dictionary初始化 Dictionary<int, string> dictionary = new Dictionary<int, string>(); Dictionary的初始化时,buckets和entries的长度都是0。 添加一个元素 dictionary.Add(1, "xyx 阅读全文
posted @ 2021-12-02 11:49 我的梦想是开个小店 阅读(35) 评论(0) 推荐(0)