根据Jade文档,我可以写:
div
ul
li.active one
li two
li three
Run Code Online (Sandbox Code Playgroud)
我在考虑这样的事情:
div - ul
li.active one
li two
li three
Run Code Online (Sandbox Code Playgroud)
如何将多个html标签放在一行?我没有在文档中找到方法.
提前致谢.:)
shr*_*kuu 16
div: ul
li.active one
li two
li three
Run Code Online (Sandbox Code Playgroud)
https://pugjs.org/language/tags.html