摘要: 参照下方链接的文章改了一部分代码 https://blog.csdn.net/weixin_43138050/article/details/107912048 // var myChart = echarts.init(document.getElementById('circlechart')) 阅读全文
posted @ 2021-08-05 16:39 MeiHe 阅读(575) 评论(0) 推荐(0)
摘要: 前端: <input id="UpLoad" type="file" runat="server" /> //取出所选文件的本地路径 string fullFileName = this.UpLoad.PostedFile.FileName; //从路径中截取出文件名 string fileName 阅读全文
posted @ 2021-06-30 14:59 MeiHe 阅读(333) 评论(0) 推荐(0)