这是与ejs合作的代码:
<iframe width="660" height="371" src="<%= revive.reviveVideo %>"></iframe>
哈巴狗相当于什么?试过这个,但它不起作用:
iframe(width='660', height='371', src='#{revive.reviveVideo}')
如果我将变量更改为实际路径,它就可以正常工作......这是变量语法的一个问题...
答案 0 :(得分:6)
好的我终于找到了它:
iframe(width='660', height='371', src=revive.reviveVideo)
是pug的正确新语法