import ctypes
player = ctypes.windll.kernel32
player.Beep(1000,200)
import time
for i in range(3):
    time.sleep(1)
    player.Beep(1000,200)

  

相关文章:

  • 2022-12-23
  • 2021-12-12
  • 2022-02-07
  • 2022-02-07
  • 2022-12-23
  • 2021-12-13
  • 2021-11-17
  • 2021-12-28
猜你喜欢
  • 2021-11-17
  • 2022-12-23
  • 2021-06-25
  • 2021-11-27
  • 2022-01-23
相关资源
相似解决方案