public LoadImg(url:string):void
{
Laya.loader.load([{ url:url, type: Laya.Loader.ATLAS }],Laya.Handler.create(this,this.Loa,null));
}
private Loa():void
{
console.log("在又有意义有意义有意义有意义有意义有意义有意义有意义");
}
public ClearImg(url:string):void
{
Laya.Loader.clearRes(url);
}