使用cc.loader.load 能读取web上的图片 但在native 环境中无法 回传null
请问是native是不支持读取网路图片吗?
有其他建议的方法吗?
使用cc.loader.load 能读取web上的图片 但在native 环境中无法 回传null
请问是native是不支持读取网路图片吗?
有其他建议的方法吗?
cc.loader.load(“https://xxx/1487134691181.jpg”,function(err,tex){
cc.log(“tex2:”+tex)
_this._sitdown.getComponent(cc.Sprite).spriteFrame = new cc.SpriteFrame(tex,cc.Rect(0, 0, 200, 200) ,false, 0);
})
请问你可以了吗??