LopnorNight 代码如下: let tex: Laya.Texture = new Laya.Texture(); tex.load("res/img/108879.png",Laya.Handler.create(this,function(): void{ tex.getPixels(0,0,1,1); }));