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.
我有一个从 beanshell 代码启动的 C# 应用程序。这个 C# 应用程序是否可以访问 beanshell 代码中包含的对象?
例如,在我的 beanshell 代码中,我有一个对象 A,其中包含我想稍后在我的 C# 应用程序中使用的一堆值。如何从 C# 中检索这些值?
尝试使用 JSON (反)序列化对象。