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 中运行的小程序,我可以从小程序的 init() 访问 JS 函数。但我无法在 init() 之外使用 JSObject.call() 或 JSObject.eval。
也许你必须使用AccessController.doPrivileged()
请阅读何时应该使用 AccessController.doPrivileged()?