摘要: string str = "2,6,34,2,123,122,342,11"; string[] idArray = str.StringFilterSql().Split(new char[] { ',' }, StringSplitOptions.RemoveEmptyEntries); 阅读全文
posted @ 2016-08-10 13:43 xiaoxiaoma1 阅读(2063) 评论(0) 推荐(0) 编辑
摘要: public void FileUpLode(HttpPostedFileBase FileBase, string ClyID, string FileType) { var HFilename = ""; if (!string.IsNullOrEmpty(FileBase.FileName)) 阅读全文
posted @ 2016-08-10 13:39 xiaoxiaoma1 阅读(217) 评论(0) 推荐(0) 编辑