2019年2月25日
摘要: https://www.cnblogs.com/libushuang/p/5794976.html C# 获取文件名及扩展名 string aFirstName = aFile.Substring(aFile.LastIndexOf("\\") + 1, (aFile.LastIndexOf("." 阅读全文
posted @ 2019-02-25 17:09 3D入魔 阅读(2669) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/webenh/p/6570801.html 1、用字符串分隔: using System.Text.RegularExpressions;string str="aaajsbbbjsccc";string[] sArray=Regex.Split(st 阅读全文
posted @ 2019-02-25 17:08 3D入魔 阅读(882) 评论(0) 推荐(0) 编辑