link_to 在 Rails 中表现奇怪
我的视图中的所有 link_to 似乎都返回链接文本,但也返回括号中的墨迹地址。这是为什么呢?
例如
<%= link_to "Home", root_url %>
并在视图中渲染
<a href="http://localhost:3000/">Home (http://localhost:3000/) </a>
All my link_to's in my views seem to return the link text, but also the ink address in brackets. Why is this?
E.g
<%= link_to "Home", root_url %>
and renders in the view
<a href="http://localhost:3000/">Home (http://localhost:3000/) </a>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查你的样式表。例如,我知道很多印刷媒体 CSS 都是为了那些无法“点击”纸张的人的利益而这样做的。
Check your stylesheets. For example, I know plenty of print media css does that for the benefit of those who can't "click" their paper.