This commit is contained in:
2025-03-14 20:02:04 +08:00
parent 35b4d60fd6
commit 99f9c1f80a
10 changed files with 51 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ namespace Pilot.Report.Exploitation.Common
public static void Log(string str)
{
//return;
return;
str = DateTime.Now + "----\n" + str;
string now = DateTime.Now.Date.ToString("yyyy-MM-dd");
string currentDirectory = Environment.CurrentDirectory;