摘要:
var au=document.getElementsByTagName("video"); for(var i=0;i<au.length;i++){ au[i].addEventListener("playing", function(){ var this1=this; this.play(); for(var b=0;b<au.le... 阅读全文
posted @ 2019-02-15 11:46
初见初心
阅读(1247)
评论(0)
推荐(1)