Efun 函数对象move_object本页总览move_object 名称 move_object() - 移动当前对象到其他环境 语法 void move_object( mixed dest ); 描述 移动当前对象到环境 `dest`,移动后会触发当前对象和目标环境及其中对象的 init() 方法。 参考 this_object(3), move_or_destruct(4), init(4) 翻译 雪风([email protected])