System.Text.UTF8Encoding utf8 = new System.Text.UTF8Encoding(false);
File.WriteAllText(FilePath, strContent, utf8);

相关文章: