12 2019 档案
摘要:1 function GetTime(firstDate, secondDate) { 2 // 1.对时间进行处理 3 var firsttime = Date.parse(firstDate + " 00:00:00"); 4 var secondtime = Date.parse(second
阅读全文
摘要:1.通过流的方式 1 public void WriteLog(string log) 2 { 3 StreamWriter stream; 4 string path = "D:/WriteLog/"; 5 if (!Directory.Exists(path)) 6 { 7 Directory.
阅读全文