using System.Media;

SoundPlayer player 
= new SoundPlayer();
player.SoundLocation 
= Server.MapPath("~/type.wav");
player.Play();

 

 

soundplayer只能播放波形文件,如wav格式

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-08-15
  • 2021-12-03
  • 2021-12-18
  • 2021-11-02
猜你喜欢
  • 2022-02-19
  • 2021-10-02
  • 2021-11-09
  • 2022-12-23
  • 2021-10-01
  • 2021-12-16
相关资源
相似解决方案