1

たとえば、アイコンがあります

例えば

<img id='close' src="about:blank" />

JavaScript 関数

$('#close').attr('src','http://abc.jpg');

問題は、静的な html ページで img タグの URL を定義する最良の方法は何ですか?

したがって、現在のアプローチの結果は

Resource interpreted as Image but transferred with MIME type text/html: "about:blank". 

ありがとう。

4

1 に答える 1