C# 获取程序编译时间 发表评论 C# 获取程序编译时间 var compileTime = System.IO.File.GetLastWriteTime(System.Reflection.Assembly.GetEntryAssembly().Location);