07 2025 档案
摘要:点击查看代码 setInterval(function (){ let video = document.querySelector('video') video.play() },1000) //媒体事件 video.addEventListener('ended', function(e) {
阅读全文
摘要:点击查看代码 setInterval(function () { var current_video = document.getElementsByTagName('video')[0] current_video.play() }, 1000)
阅读全文
摘要:visibilitychange 事件导致离开页面就自动暂停 点击查看代码 setInterval(function () { var current_video = document.getElementsByTagName('video')[0] current_video.play() },
阅读全文
摘要:1.字符串遇见+就是拼串 2.- * /会把数据转成数值类型 3.正号也能转成数值类型 也就是说+-*/有隐式转换的功能
阅读全文
摘要:https://zhuanlan.zhihu.com/p/686194099
阅读全文

浙公网安备 33010602011771号