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.
次のコード行があります。
<p><img src="/Hangman/img/hangman-0.png" /></p>
したがって、hangman-0.png の代わりに、次のような整数を使用したいと思います。
<p><img src="/Hangman/img/hangman-INTEGER.png" /></p>
述べた場所に整数値を入れるにはどうすればよいですか?
前もって感謝します
これを試すことができます(BalusCコメントで十分です):-
<p><img src="/Hangman/img/hangman-${bean.imageId}.png" /></p>