using System;using System.Media;namespace ConsoleApplication{ class Program { static void Main(string[] args) { SoundPlayer s = new SoundPlayer("test.wav"); s.Play(); Console.Read(); } }}
本文共 256 字,大约阅读时间需要 1 分钟。
using System;using System.Media;namespace ConsoleApplication{ class Program { static void Main(string[] args) { SoundPlayer s = new SoundPlayer("test.wav"); s.Play(); Console.Read(); } }}
转载地址:http://brgrl.baihongyu.com/