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.
有人知道我们如何使用dust.js 和node.js 创建超链接吗?
我想在我的网页上创建链接,但简单的超链接不起作用。
任何帮助将不胜感激。谢谢
我得到了答案。我们也可以在灰尘中使用简单的标签,就像在 html 中一样创建简单的超链接。
像<a href="products">Link</a>
<a href="products">Link</a>