example.erb
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· ERB 代码 · 共 19 行
ERB
19 行
<h1>Example #<%= object.index %>. <%= object.title %></h1><h2>Introduction</h2><%= object.intro.to_html %><h2>Design</h2><%= object.design.to_html %><h2>Implementation</h2><%= object.implementation.to_html %><h2>Summary</h2><%= object.summary.to_html %>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?