- 博客(1)
- 收藏
- 关注
原创 C#文件上传与下载
///文件上传 bool fileOK = true; //文件的上传路径 string path = Server.MapPath("~/ExperimentTen/res/Import/"); //判断上传文件夹是否存在,若不存在,则创建 if (!Directory.Exists(path)) { //创建文件夹 ...
2020-05-19 21:00:52
392
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人