摘要: 以上语法基本讲完了jade的语法,然后在jade里面并不仅仅局限于使用jade语法,同样可以使用其他的插件语言,这种机制在jade里面称为filter,在jade里面加入过滤器用冒号 markdown :markdown hi,this is **jade** [link](http://imooc 阅读全文
posted @ 2018-07-12 11:02 wzndkj 阅读(226) 评论(0) 推荐(0) 编辑
摘要: var http = require('http'); var jade = require('jade'); http.createServer(function(req, res){ res.writeHead(200,{ //'Content-Type':'text/plain';//文本 'Content-Type':'text/html'//展... 阅读全文
posted @ 2018-07-12 06:39 wzndkj 阅读(288) 评论(0) 推荐(0) 编辑