用javascript声音
当一个asp的条件成立的时候,触发一个声音文件,发声,怎么写?
[解决办法]
if 条件 then
response.write " <embed src= "your.mid " width=0 height=0 loop=1 autostart=true> </embed> "
end if
发布时间: 2012-03-15 11:50:39 作者: rapoo
用javascript声音
当一个asp的条件成立的时候,触发一个声音文件,发声,怎么写?
[解决办法]
if 条件 then
response.write " <embed src= "your.mid " width=0 height=0 loop=1 autostart=true> </embed> "
end if