【发布时间】:2019-06-16 00:34:18
【问题描述】:
我想问一个关于哈巴狗的简单问题:
html
head
title This is my first Pug file
body
header
p= paragaph
section
p gdghdhgdhdhdh
footer
cool footer with lots of copyrights.
route.get('/Artists/test',(req,res)=> {
res.render('test.pug', {paragraph: 'Hi there'});
})
我不知道为什么“p”只是没有出现在浏览器上,但是元素的其余部分还可以
有点被这里发生的事情弄糊涂了。
【问题讨论】:
标签: pug