在c#中如何创建临时文件

下面的代码将创建一个新的临时文件并返回其路径

string newtempfile = System.IO.Path.GetTempFileName( );
日期:2020-04-11 22:50:22 来源:oir作者:oir