摘要:
public JsonResult UploadFile(DriverFileManager filem) { var hfc = System.Web.HttpContext.Current.Request.Files; var filePathRoot = GetAppSetting.GetPh 阅读全文
摘要:
using System; using System.Drawing; using ZXing.QrCode; using ZXing; using ZXing.Common; namespace NKO_Printer_Core { public class BarcodeHelper { /// 阅读全文