07 2018 档案
摘要:生成二维码的内容 using QRCoder; // 生成二维码的内容 string strCode = this.txtQr.Text.Trim(); if (string.IsNullOrWhiteSpace(strCode)) { MessageBox.Show("请输入值"); return
阅读全文
摘要:上传下载文件 public static class ApiClientHelper { /// <summary> /// 返回一个设置了基本参数的HttpClient /// </summary> /// <returns></returns> public static HttpClient
阅读全文