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.
動的 URL リンクを pug 変数 #{img} に保存しました。次に、その変数をイメージ要素に含めたいと思います。空欄を埋めるのを手伝ってくれる人はいますか?
#{img} //some dynamic url img(src=" ") //want to set src = #{img}