項(xiàng)目中需要生成二維碼,方法比較多,可以采用JS插件,也可以采用第三方插件后臺(tái)生成二維碼,在后臺(tái)方法中可以采用QRCode或者GmaQrCode,現(xiàn)在介紹一種C#在后臺(tái)生成二維碼的方法:
湛河網(wǎng)站建設(shè)公司創(chuàng)新互聯(lián)公司,湛河網(wǎng)站設(shè)計(jì)制作,有大型網(wǎng)站制作公司豐富經(jīng)驗(yàn)。已為湛河上1000+提供企業(yè)網(wǎng)站建設(shè)服務(wù)。企業(yè)網(wǎng)站搭建\外貿(mào)網(wǎng)站制作要多少錢,請(qǐng)找那個(gè)售后服務(wù)好的湛河做網(wǎng)站的公司定做!////// 獲取二維碼 /// /// 編碼字符 ///二維碼地址 public static string ReturnGmaQrCode(string codeString) { try { using (var ms = new MemoryStream()) { //const string stringtest = "中國(guó)inghttps://cache.yisu.com/upload/information/20200311/60/235858.html"; img.Save(path); return path; } } catch (Exception ex) { throw new Exception(ex.Message); } } ////// 獲取二維碼 /// /// 待編碼的字符 /// 輸出流 ///True if the encoding succeeded, false if the content is empty or too large to fit in a QR code public static bool CreateGmaQrCodeHelper(string strContent, MemoryStream ms) { try { //誤差校正水平 const ErrorCorrectionLevel ecl = ErrorCorrectionLevel.M; //待編碼內(nèi)容 var content = strContent; //空白區(qū)域 const QuietZoneModules quietZones = QuietZoneModules.Two; //大小 const int moduleSize = 12; var encoder = new QrEncoder(ecl); QrCode qr; //對(duì)內(nèi)容進(jìn)行編碼,并保存生成的矩陣 if (encoder.TryEncode(content, out qr)) { var render = new GraphicsRenderer(new FixedModuleSize(moduleSize, quietZones)); render.WriteToStream(qr.Matrix, ImageFormat.Png, ms); } else { return false; } } catch (Exception ex) { throw new Exception(ex.Message); } return true; }
在asp.net的項(xiàng)目中,將生成的二維碼地址返回至當(dāng)前方法??梢圆捎胊shx文件加載圖片文件,在頁(yè)面中獲取地址,可以在頁(yè)面中顯示二維碼。
創(chuàng)新互聯(lián)www.cdcxhl.cn,專業(yè)提供香港、美國(guó)云服務(wù)器,動(dòng)態(tài)BGP最優(yōu)骨干路由自動(dòng)選擇,持續(xù)穩(wěn)定高效的網(wǎng)絡(luò)助力業(yè)務(wù)部署。公司持有工信部辦法的idc、isp許可證, 機(jī)房獨(dú)有T級(jí)流量清洗系統(tǒng)配攻擊溯源,準(zhǔn)確進(jìn)行流量調(diào)度,確保服務(wù)器高可用性。佳節(jié)活動(dòng)現(xiàn)已開啟,新人活動(dòng)云服務(wù)器買多久送多久。