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.
我已经开始研究 Handlebars.js,但我不清楚 Handlebars.js 中 Block Helper 和 Partials 之间的区别。
何时使用块助手或部分。
https://github.com/wycats/handlebars.js/
部分将一个模板包含到另一个模板中。块助手在包含的代码块周围应用逻辑(IE 决策和循环)。