11 2016 档案

摘要:引用几个dll #region 第一行各列字段 DataTable ExcelTable = new DataTable(); ExcelTable.Columns.Add("编号", typeof(string)); ExcelTable.Columns.Add("房屋类型", typeof(st 阅读全文
posted @ 2016-11-24 11:25 IWantPower 阅读(360) 评论(0) 推荐(0)
摘要:首先要引入一个JS包: <script src="/Themes/Default/Scripts/ajaxupload.js"></script> // 前台html <!-- 上传文件入库--> <div class="uploadFile"> <span id="doc"> <input typ 阅读全文
posted @ 2016-11-24 10:59 IWantPower 阅读(469) 评论(0) 推荐(0)