JQueryでimgタグのsrcを変更したいのですが、画像が表示されません。
html
1<img id="smp_img" alt="ユーザー画像" />
js
1$("#smp_img").attr("src", c:\images\sample.jpg);
実際に出力されたHTMLが以下の通りです。
html
1<img id="smp_img" src="C:/images/sample.jpg" alt="ユーザー画像" />
しかしc:\・・・にカーソルを合わせると
http://localhost/C:/images/sample.jpg
となっています。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/09/14 23:42