浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
http://tech.ddvip.com/2008-01/120060231440625.html
将视力格式转换为gb2312
另外在controller中加入以下代码
class ApplicationController < ActionController::Base
before_filter :set_charset
def set_charset
@headers["Content-Type"] = "text/html; charset=utf-8"
end
end



posted on 2011-03-09 15:25  lexus  阅读(154)  评论(0编辑  收藏  举报