码迷,mamicode.com
首页 > Web开发 > 详细

使用freemarker时,生成的html出现乱码

时间:2017-07-14 16:23:00      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:static   leo   输出流   new   stream   free   创建   stat   buffer   

在创建输出流的时候:

//Writer out=new FileWriter(new File(STATIC_PAGE_PATH+itemId+".html"));//出现乱码
Writer out = new BufferedWriter(new OutputStreamWriter(new FileOutputStream(new File(STATIC_PAGE_PATH+itemId+".html")),"UTF-8"));//使用这个方式创建就不会出现乱码了

使用freemarker时,生成的html出现乱码

标签:static   leo   输出流   new   stream   free   创建   stat   buffer   

原文地址:http://www.cnblogs.com/chenKnowledgeConllection/p/7170395.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!