⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tutorial.erb

📁 用ruby on rails写的一个博客程序,还不错..ruby on rails的确是个好框架
💻 ERB
字号:
<h1>Tutorial #<%= object.index %>. <%= object.title %></h1><p>The sources for this tutorial may be found in the <tt>tutorial/<%= "%02d" % object.index %></tt>directory of the Copland distribution.</p><% if object.intro %>  <h2>Introduction</h2>  <%= object.intro.to_html %><% end %><h2>Steps</h2><ol><% object.steps.each do |step| %><li><%= step.to_html %></li><% end %></ol><% if object.summary %>  <h2>Summary</h2>  <%= object.summary.to_html %><% end %>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -