自动按参数首字母排序参数
摘要:
Dictionary<string, string> dic = new Dictionary<string, string>(); dic.Add("appid", appid); dic.Add("outtrxid", outtrxid); dic.Add("trxcode", trxcode) 阅读全文
posted @ 2016-08-05 14:03 嘿呀土豆 阅读(2288) 评论(0) 推荐(0) 编辑