Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Express 项目中有一个 Jade 模板,看起来像这样(为简洁起见):
!!! 5 head ... body include path/to/partial
我想弄清楚的是动态生成部分的路径,以便我可以轻松地根据服务器变量换出部分。由于path/to/partial不是字符串,有没有办法提供连接?
path/to/partial
Jade 无法做到这一点,它是静态的(并且按照 TJ 的设计)。