rals gb2312编码
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
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did43185