标签: ruby-on-rails
我无法理解为什么这段代码:
<%= link_to String.downcase!, String.downcase! %>
制作此HTML:
<a href="/String">String</a>
我尝试使用和不使用“!”进行包装,没有区别。