Here is the javascript I am using in the html header: var img = new Image();. $(img).load( function () {. $('#prdimg').attr('src', img.src);. } ...
確定! 回上一頁