标签:cep 音频 pad nbsp padding catch color class center
try {
URL url = new URL("http://hostname/audio.au");
AudioClip ac = Applet.newAudioClip(url);
ac.play();
} catch (MalformedURLException e) {
}
Related Examples |
标签:cep 音频 pad nbsp padding catch color class center
原文地址:https://www.cnblogs.com/borter/p/9575317.html