QZLin

C# File.WriteAllText utf-8 bom

using System;
using System.IO;
using System.Text;


Encoding utf8bom = new UTF8Encoding(true)
File.WriteAllText("path", "createText",utf8bom)

posted on 2023-05-08 21:01  QZLin  阅读(110)  评论(0编辑  收藏  举报

导航