侧边栏添加随机小姐姐【支持点击播放下一个】

效果图

图片[1]-侧边栏添加随机小姐姐【支持点击播放下一个】-随风去-396资源

教程开始

步骤1

20240701001055813-1

步骤2

20240701001120203-2

步骤3

20240701001142750-3

步骤4

图片[5]-侧边栏添加随机小姐姐【支持点击播放下一个】-随风去-396资源

步骤5

20240701001234442-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
喜欢就支持一下吧
点赞8赞赏 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容