rails3 默认输出时,进行了html 编码,raw 方式可以取消禁用: %= raw(get_captcha(:options = {:theme = 'white', :tabindex = 10}))%
rails3 默认输出时,香港空间,进行了html 编码,香港虚拟主机,raw 方式可以取消禁用:
<%= raw(get_captcha(:options => {:theme => 'white', :tabindex => 10}))%>
,香港服务器租用