效果图
教程开始
步骤1
步骤2
步骤3
步骤4
步骤5
//视频
$(document).ready(function() {
$('#xiayg').on('click', function() {
var $videoElement = $('.dplayer-video-wrap .dplayer-video.dplayer-video-current');
if ($videoElement.length) {
$videoElement.attr('src', 'https://api.86512.cn/api/web.php');
$videoElement[0].load();
$videoElement[0].play();
} else {
console.error('找不到视频元素');
}
});
});
视频接口
某位打飞机修仙大佬的接口:https://api.86512.cn/api/web.php
© 版权声明
THE END
喜欢就支持一下吧
相关推荐
暂无评论内容