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.
有没有办法在 Tkinter 画布中跟踪元素属性?
具体来说,我想知道在某个坐标集中我是否已经创建了一个元素。
我相信我可以通过跟踪字典中的元素集来做到这一点,但我希望有更优雅的东西。
画布有许多查找对象的方法。例如,您可以调用find_closest以查找最接近您要检查的坐标的元素。然后,对于它找到的元素,您可以使用该coords方法找出元素的所有坐标是否相同。
find_closest
coords