安装html2jade 反编译,默认输出同名jade 反编译为其他文件名 Read More
posted @ 2016-07-20 15:21
tinyphp
Views(446)
Comments(0)
Diggs(0)
jade复用说白了就是模板的继承。 使用 block 标识符,设置一个可修改的代码片段 layout.jade test.jade 使用extends继承layout.jade,block后对应代码片段的文字 生成html 也可以通过include 引入 如果想要追加代码片段,可以使用 append Read More
posted @ 2016-07-20 14:51
tinyphp
Views(262)
Comments(0)
Diggs(0)