我有一个 pug.js,其中包含大量代码。为了编写代码块,我必须编写pre #[code.language-python print("Hello!")]我知道我可以编写一个变量并像这样使用它:- var codeMsg = 'Hello!'
h1 #{codeMsg}但是有没有办法使用它,以便我编写一个包含长标签声明的变量,然后放入我的代码中?像这样:myNewTag print("Hello!")谢谢你的帮助!
添加回答
举报
0/150
提交
取消