编写 简单例子 doctype html html head title learn jade body h1 learn jade 常用命令 编译: jade index.jade //默认编译成压缩后的html文件 排版编译: jade -P index.jade 实时检测: jade -w index.jade / `jade -P -w index.jade 声明文档: jade html, jade strict, jade frameset, jade xml 格式: 子级缩进两格,…