公告板
版本库
filestore
活动
搜索
登录
main
/
buwan-web
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
木瓜影视大全web
admin
2021-07-19
c65c782206ff1efa4c932e26d10a514812429e71
[buwan-web.git]
/
BuWanWeb
/
test.js
1
2
3
4
5
6
7
8
var video = document.querySelector('video');
video.play = function() {
setTimeout(function() {
video.currentTime = 300;
}, 2000);
console.log('获取到资源长度');
return false;
};