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.
我正在使用 VS 2013 并尝试在我的代码中部署 WAV 时出错。
错误在这一行:
open.Filter= "Wave File (".wav)|".wav;";
我在您的代码中看到了两件事:
*
"
所以你可能想要open.Filter = "Wave File (*.wav)|*.wav";.
open.Filter = "Wave File (*.wav)|*.wav";