Android- 主动加载一个类的几种方式 Arrom 2021-09-09 80 阅读1分钟 使用new 关键字新建一个对象 使用反射,最后也是走到native的FindClass这个方法 使用classload.load() 通过native层的 env ->FindClass("类名")