C# 去除 UTF-8 + BOM中的BOM
Encoding utf8EWithNoByteOrderMark = new UTF8Encoding(false);
先记下...
参考资料:
http://blog.163.com/xhy_cy/blog/static/104976232011523114221258/
发布时间: 2012-08-30 09:55:54 作者: rapoo
C# 去除 UTF-8 + BOM中的BOM
Encoding utf8EWithNoByteOrderMark = new UTF8Encoding(false);