`Class initable3 = Class.forName("Initable3");` 书上是这么写的,但你的代码加了package,应该改成 `Class initable3 = Class.forName("typeinfo.Initable3");`