q554293427 发表于 2016-9-6 19:24 你用newInstance方法创建的实例对象是object类型的,所以需要强转。 Object obj = (object)clazz.newInsta ...