function passsound() {
$("embed").remove();
$("body").append("<embed src='../Content/sound/pass.wav' autostart='true' loop='false' width='0' height='0'/>")
}
function failsound() {
$("embed").remove();
$("body").append("<embed src='../Content/sound/fail.wav' autostart='true' loop='false' width='0' height='0'/>")
}
注:pass.wav|fail.wav 音效文件