随笔分类 -  StringHelper

封装了一些处理字符串的方法
摘要:1 /// <summary> 2 /// 获取config配置文件 3 /// </summary> 4 public class ConfigHelper 5 { 6 private ConfigHelper() 7 { 8 9 } 10 11 /// <summary> 12 /// 根据Ap 阅读全文
posted @ 2020-12-23 17:47 苍煙落照 阅读(79) 评论(0) 推荐(0)
摘要:1 #region 获取随机字符串 2 /// <summary> 3 /// 获取随机字符串 4 /// </summary> 5 /// <returns></returns> 6 public static string GetRandomString() 7 { 8 //处理多文件上传重名导 阅读全文
posted @ 2020-12-23 17:45 苍煙落照 阅读(59) 评论(0) 推荐(0)