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": "hello" }jade テンプレートに渡すとします。
{ "data": "hello" }
次に、次のdataような変数に
data
- var temp = #{data}
しかし、失敗しました。どうすればよいですか?
私はそれを解決しました、正しい解決策は
- var temp = data