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.
这可能吗?
在 CPython 脚本应用程序(第 3 方)和 WPF UI 应用程序之间进行互操作有什么可行的方法吗?
有很多方法。CPython 和 .NET 都支持多种形式的IPC,可以很容易地使用它们进行通信。