摘要: public DataSet getData(string p) { //判断文件后缀 var path = p; string fileSuffix = System.IO.Path.GetExtension(path); if (string.IsNullOrEmpty(fileSuffix)) 阅读全文
posted @ 2018-12-17 10:00 魑魅魍魉四天王 阅读(319) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Linq;using System.Text;using System.Text.Regular 阅读全文
posted @ 2018-12-17 09:55 魑魅魍魉四天王 阅读(1655) 评论(0) 推荐(0) 编辑