11 2023 档案

摘要:使用前安装: npm install xlsx file-saver或yarn add xlsx file-saver //导出 exportExcel() { //构造数据 const data = [ ['姓名', '手机号码', '卡号', '身份等级'], ...this.list.map( 阅读全文
posted @ 2023-11-24 19:02 假装摸鱼 阅读(96) 评论(0) 推荐(0)
摘要:后端控制器://用于保存的文件夹 static readonly string uploadFolder = "UploadFolder"; //目录分隔符,兼容不同系统 static readonly char dirSeparator = Path.DirectorySeparatorChar; 阅读全文
posted @ 2023-11-23 21:47 假装摸鱼 阅读(122) 评论(0) 推荐(0)