lvfy 例如:var resArray = [{url:"test.png", type:Laya.Loader.IMAGE}];Laya.loader.load(resArray, Laya.Handler.create(this, function(){//处理添加背景}));