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.
我的代码中有多个已初始化的 WMPLib 播放器。我希望能够根据命令杀死其中一些人。我知道如何举办活动,但不知道如何处置这些玩家,因为我只是不希望他们再存在。
有
Player.controls.stop();
但这是认真的方法吗?如何根据命令(即事件触发器)处理它?