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.
我想data-attribute在翡翠模板的标签上放置一个 html5。我到底该怎么做?下面给出了一个语法错误。
data-attribute
script(data-main="public/javascripts" src="public/javascripts/require.js")
这是正确的,但您需要在属性之间使用逗号。
script(data-main="public/javascripts", src="public/javascripts/require.js")