Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何html.erb在 sintara 中渲染模板?
html.erb
例如,这适用于名为的文件payment.erb:
payment.erb
<%= render erb :payment %>
我尝试使用的文件名为payment.html.erb,那么该render行的语法是什么?
payment.html.erb
render