i_like_these Laya.stage.on(Laya.Event.MOUSE_UP, this, function () { var str = ""; if (!hit.sprite3D) { str = "点击选取的几何体"; } else { Laya.stage.removeChild(scene3D); } console.log(str); });每次删除scene3D后又被添加进来了。不知道什么原因,是stage中的scene不能被删除吗?