rails3 默认输出时,进行了html 编码,raw 方式可以取消禁用: <%= raw(get_captcha(:options => {:theme => 'white', :tabindex => 10}))%> 相关文章: