好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

rals gb2312编码

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



查看更多关于rals gb2312编码的详细内容...

  阅读:45次