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.
有没有办法通过python的窗口名称查询窗口ID?也许可以跨平台工作的东西(linux / mac)?或者在直接从 os.sys 启动新窗口时更好地捕获该 id?
不是在跨平台的基础上。虽然 Windows 在 Linux 和 Mac OS 上都有 ID,但 ID 的含义是完全不同的,你可以用它们做什么。两者之间基本上没有任何共同之处。
不,当您启动应用程序时,您无法获得这些 ID,因为窗口要到稍后才会创建。