摘要:
最近的项目中需要导出Excel 表格,Excel名称是中文的,在IE中下载老是出现中文名称乱码问题,设置 Respone Encoding 无果,最后找到解决方案如下: public static string ToHexString(string s) { char[] chars = s.ToCharArray(); StringBuilder builder = new StringBuilder(); for (int index = 0; index < chars.Length; index++) ... 阅读全文
posted @ 2012-06-15 18:12
Gary.Zhan
阅读(1398)
评论(0)
推荐(0)
浙公网安备 33010602011771号