M5Max芯片MacBookPro上手:终极生产力
===2026/3/10 12:50:57===
},
bind: function(){
var _this = this;
¥(#J_Play_List).on(click, .J_Play_Item a, function(e){
e.preventDefault();
_this.playCurrent(¥(this));
});
},
initPlayer: function(){
var _this = this;
this.player = this.playVideo(this.flashConfig);
this.player.init(this.videoList[this.prev]);
this.player.on(playCompleted, function(){
_this.playNext();
});
this.playListNode.eq(0).addClass(selected);
this.titleNode.html(this.videoList[0].title);
},
playCurrent: function(¥this){
this.prev = this.current;
this.current = ¥this.parents(.J_Play_Item).index();
this.play(this.prev, this.current);
},
playNext: function(){
if(!this.contNode[0].checked){
return;
}
this.prev = this.current;
if(this.current 〉= this.length - 1){
return;
}
this.current++;
this.play(this.prev, this.current);
},
play: function(prev, current){
this.player.playVideo(this.videoList[current]);
this.titleNode.html(this.videoList[cur
=*=*=*=*=*=
当前为第23/53页
下一页-上一页-
=*=*=*=*=*=
返回新闻列表
返回网站首页