ssmc 使用Laya.loader.load加载服务上的图片资源,为什么会停顿几秒中才显示Laya.loader.load("http://www.xxxxxxx.com/gold.png",Laya.Handler.create(this,this.aa)); private aa(){ let img = new Laya.Image("http://www.xxxxxxx.com/gold.png"); Laya.stage.addChild(img); }请问下,这样写有声明不对么 ?