使用System.IO.File.Create(path);创建的文件如何关闭 发表评论 使用System.IO.File.Create(path);创建的文件如何关闭 FileStream fs = System.IO.File.Create(path); fs.Close();