
AI
namespace createFile{ class Program { static void MAIn(string[] args) { string fileName = @f:/hahaha.txt; FileStream fs = File.Create(fileName); Byte[] info = new UTF8Encoding(true).GetBytes(哈哈哈); fs.Write(info, 0, info.Length); fs.Flush(); fs.Close();
} }}
Copyright © 2025 IZhiDa.com All Rights Reserved.
知答 版权所有 粤ICP备2023042255号