var image = new Image()
image.src = "http://www.roblox.com/Thumbs/Asset.ashx?Width=110&Height=110&ImageFormat=png&UserAssetID=1343250665"
image.onload = function(){
print(this.src)
}
このスクリプトを実行すると、実際に次の画像が読み込まれます。
画像の新しい URL を取得するにはどうすればよいですか? this.src を試してみましたが、「http://www.roblox.com/Thumbs/Asset.ashx?Width=110&Height=110&ImageFormat=png&UserAssetID=1343250665」という古い URL が表示されるだけでした。
ヘルプ?