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.
我知道在 GWT 中没有模拟 Java 反射工具,但是有没有办法获取类字段的名称?
不。同样由于过于混淆,字段名称与源代码中的名称不同,或者甚至由于过于优化,字段可能被优化掉并且不会出现在生成的 JavaScript 中。