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.
在 Ruby/Sinatra/Haml 我会写:
%html{:lang => 'en'} %head %meta{:charset => 'utf-8'} %title= @title %body =yield
在 Node/Express/Jade 中会是什么样子?
我找到了解决方案:
html(lang="en") head meta(charset="utf-8") title= title body != body