How to auto-save a video current playing time using javascript, ajax, jquery and mysql?

后端 未结 0 1298
北海茫月
北海茫月 2021-02-18 20:25

So far my code looks like this:

var vid = document.getElementById("example");
vid.ontimeupdate = function() {myFunction()};

function myFunction() {
//          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题