10 2021 档案
C#通过SQL读写文件
摘要:int pdfMax = 0; try { pdfMax = Convert.ToInt32(ConfigurationManager.AppSettings["PDFMax"]); } catch { pdfMax = 5; } this.openFileDialog1.Filter = "PDF 阅读全文
posted @ 2021-10-22 17:01 Hawk_Yuan 阅读(189) 评论(0) 推荐(0)