<audio >
<source src='' type='audio/mp3'>
</audio>
 
<script>
    var video = document.getElementById("failSound");
    video.src="capi/number/store_error.mp3";
    video.play();
</script>
 

相关文章:

  • 2022-12-23
  • 2021-12-30
  • 2021-05-24
  • 2021-07-31
  • 2021-10-17
  • 2022-12-23
  • 2022-02-12
  • 2021-11-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-31
  • 2021-11-16
相关资源
相似解决方案