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.
jsp/html で作成した Web ページに画像を表示しようとしています。次のコードを使用すると、次のようなエラーが表示されます。
エレメント img の属性 src の「不正な値 " ": PATH の DOUBLE_WHITESPACE。
<img src="<%=item.getPicture()%>" width="100">
この関数getPicture()は、必要な画像への URL を返します。
getPicture()
なぜこれが機能しないのですか?
鬼ごっこ