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)
}
当我运行这个脚本时,这个图像实际上加载了:“ http://t6ak.roblox.com/65fc2ffcc8aea7ba65a1d1feda173540 ”
如何获取图片的新网址?我试过this.src,但它只是给了我旧网址“ http://www.roblox.com/Thumbs/Asset.ashx?Width=110&Height=110&ImageFormat=png&UserAssetID=1343250665 ”
帮助?