缨 首先检查你的外部那个Init函数的this,然后再看看回调里的this到底是什么,是不是外部的this指向出了问题。推荐用匿名函数外部Laya.Scene3D.load("...", Laya.Handler.create(this,myscene=>{ //ToDo }))