摘要:
//写入日志(简洁版) public static void AddLogByTxt(string log) { string logName = DateTime.Now.ToString() + "log.txt"; string path = AppDomain.CurrentDomain.B 阅读全文
摘要:
/// <summary> /// 检查给定数组或集合是否具有元素,并且没有一个元素为null /// </summary> /// <param name="collection">the collection to be checked.</param> /// <returns>true if 阅读全文