首页 > TAG信息列表 > qrCodeImage

.net core .net 6 使用二维码

控制器 using Microsoft.AspNetCore.Mvc; using QRCoder; using System.Drawing; using System.IO; namespace v6bbs_core.web.Controllers { public class qrcodeController : Controller { public IActionResult index(string url) { QR