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/wxpython 制作音乐播放器。我有一个包含所有歌曲的列表框,音乐播放器播放选定的歌曲。我现在正在尝试制作一个“下一个按钮”来选择列表框中的下一个项目并播放它。我该怎么做呢?是否有类似 GetNextString() 或类似的东西?
据我所知不是。只需跟踪当前选定项目在列表中的位置,并通过递增或递减来更新它。