<code id='2F879EB493'></code><style id='2F879EB493'></style>
    • <acronym id='2F879EB493'></acronym>
      <center id='2F879EB493'><center id='2F879EB493'><tfoot id='2F879EB493'></tfoot></center><abbr id='2F879EB493'><dir id='2F879EB493'><tfoot id='2F879EB493'></tfoot><noframes id='2F879EB493'>

    • <optgroup id='2F879EB493'><strike id='2F879EB493'><sup id='2F879EB493'></sup></strike><code id='2F879EB493'></code></optgroup>
        1. <b id='2F879EB493'><label id='2F879EB493'><select id='2F879EB493'><dt id='2F879EB493'><span id='2F879EB493'></span></dt></select></label></b><u id='2F879EB493'></u>
          <i id='2F879EB493'><strike id='2F879EB493'><tt id='2F879EB493'><pre id='2F879EB493'></pre></tt></strike></i>

          当前位置:首页 > qq音乐mpc28加拿大官网在线预测网址p3带歌词播放器源码手机网投大平台 >

          qq音乐mpc28加拿大官网在线预测网址p3带歌词播放器源码手机网投大平台

          来源 野蔌山肴网
          2025-06-18 13:24:38
          暂停,带实时歌词同步和背景大图切换,类似qq音乐播放器界面特效。下一首,

          一款使用jQuery和layUI框架制作的手机端mp3音乐播放器,pc28加拿大官网在线预测网址手机网投大平台支持多首歌曲播放,上一首,歌词关闭显示等功能。

          ---在线演示

          $(function () {        songmsg.setMsg(0);        songmsg.loadRotationChart();        $("#volume").change(function () {            if($(this).val() == 0){                songmsg.songMuted(true);            }else{                songmsg.songMuted(false);            }            songmsg.setVolume($(this).val());            volume = $(this).val();        });        $("#cover").click(function (){            if($(this).hasClass('btn_pause')){                songmsg.songPause();            }else{                var data_num = song.getAttribute("data-num");                if(data_num == 0 && 手机网投大平台song.currentTime == 0){                    song.src = song_list[data_num].song_url;                    song.volume = 0.5;                }                songmsg.songPlay();            }        });        $("#play_right").click(function () {            songmsg.nextSong();        });        $("#play_left").click(function () {            songmsg.prveSong();        });        $(".vlue-icon").click(function () {            var isMuted,ele = $(this).children("i");            if(ele.hasClass("v_o")){                isMuted = true;                $("#volume").val(0);            }else {                isMuted = false;                $("#volume").val(volume);            }            songmsg.songMuted(isMuted);        });        $("#cmn-toggle-1").click(function () {            if($(this).is(':checked')){                open_lrc = true;                $(".cover_container").fadeIn();            }else{                open_lrc = false;                $(".cover_container").fadeOut();            }        });        $("#progress  ").mousedown(function (e) {            if(isNaN(song.duration)){                return;            }            var  x = e.clientX-50;            var total_width = $(this).width();            var bar = (x/total_width)*100;            bar = bar.toFixed(2);            $("#play_on").css({"transform":"translateX("+bar+"%)"});            time = parseInt(song.duration * bar/100);            song.currentTime = time;        });    });

          pc28加拿大官网在线预测网址音量调节,