Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要每秒将一个字段设置为一个值几次,我目前使用反射来执行此操作,并使用 ASM 来修改外部库。
使用ASM(或reflectasm)将字段的访问级别更改为public会更好吗?
目前,反射似乎快速而有效。