在我的脚本中,我使用了以下代码:
<button class="button" id="stopbtn" onclick="document.getElementById('myTune').pause(); document.getElementById('myTune').currentTime = 0;"></button>
但流显示板显示,我仍然连接流,因为,我使用暂停methode.so,我正在寻找的是按下停止按钮后完全断开流。
.stop()
方法不起作用
对此有什么线索?