【急】加载远程图片,url链接会自动带上本地前缀

代码: cc.loader.load({
url: item.avatarUrl, type: ‘png’
}, function (err, texture) {
console.log(err);
cell.getChildByName(“photo”).getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(texture);
});
问题:

求大神解答