C# 除去 UTF-8 + BOM中的BOM

C# 去除 UTF-8 + BOM中的BOMEncoding utf8EWithNoByteOrderMark new UTF8Encoding(false)先记下...参考

C# 去除 UTF-8 + BOM中的BOM

Encoding utf8EWithNoByteOrderMark = new UTF8Encoding(false);


先记下...


参考资料:
http://blog.163.com/xhy_cy/blog/static/104976232011523114221258/