• logo
  • 斯诺克新闻 斯诺克新闻

    丁俊晖夺冠赔率力压塞尔比升第1 进决赛希望极大

    分享到:

    2016年4月28日

    视频加载中,请稍候...
    /*自动播放1*/ var AUTOPLAY = 1; /*连播1*/ var CONTIPLAY = 1; /*处理自动播放选项和cookie*/ (function() { var Tool = CommonTool; var chk = Tool.byId('J_Video_Autoplay'); var ua = navigator.userAgent.toLowerCase(); var isIOS = /\((iPhone|iPad|iPod)/i.test(ua); if (isIOS) { console.log(chk.parentNode.style.display); chk.parentNode.style.display = 'none'; return; } chk.parentNode.style.display = ''; var clickCookie = function() { Tool.bindEvent(chk, 'change', function() { var chked = chk.checked; Tool.writeCookie('ArtiVAuto', (chked ? 1 : 0), 24 * 365 * 10, '/', '.sina.com.cn'); }); } var byCookie = function() { var coo = Tool.readCookie('ArtiVAuto'); if (coo) { if (parseInt(coo) == 0) { chk.checked = false; AUTOPLAY = 0; } } }; clickCookie(); byCookie(); })(); /*获取第一个视频vid*/ var firstItem = CommonTool.byClass('J_Play_Item', 'J_Play_List')[0]; var fInfo = firstItem.getAttribute('play-data').split('-'); var fVid = fInfo[0]; var fPid = fInfo[1]; var sinaBokePlayerConfig_o = { container: "J_Article_Player", //Div容器的id width: 525, height: 430, playerWidth: 525, //宽 playerHeight: 430, //高 autoLoad: 1, //自动加载 autoPlay: AUTOPLAY, //自动播放 as: 1, //广告 pid: fPid, tjAD: 0, //显示擎天柱广告 tj: 1, //片尾推荐 continuePlayer: 1, //连续播放 casualPlay: 1, //任意拖动视频 head: 0, //播放片头动画 logo: 0, //显示logo share: 0, thumbUrl: "" }; (function() { var toggle = function(id, hide) { var e = CommonTool.byId(id); var par = e.parentNode; if (hide) { CommonTool.addClass(par, e.className + '_disabled'); } else { CommonTool.removeClass(par, e.className + '_disabled'); } } var scroll = new ScrollPic(); scroll.scrollContId = "J_Play_List"; //内容容器ID scroll.arrLeftId = "J_Player_Prev"; //左箭头ID scroll.arrRightId = "J_Player_Next"; //右箭头ID scroll.listEvent = "onclick"; //切换事件 scroll.frameWidth = 532; //显示框宽度 **显示框宽度必须是翻页宽度的倍数 scroll.pageWidth = 133 * 3; //翻页宽度 scroll.upright = false; //垂直滚动 scroll.speed = 10; //移动速度(单位毫秒,越小越快) scroll.space = 15; //每次移动像素(单位px,越大越快) scroll.autoPlay = false; //自动播放 scroll.autoPlayTime = 5; //自动播放间隔时间(秒) scroll.circularly = false; scroll._move = scroll.move; scroll.move = function(num, quick) { scroll._move(num, quick); toggle(scroll.arrRightId, scroll.eof); toggle(scroll.arrLeftId, scroll.bof); }; scroll.initialize(); //初始化 toggle(scroll.arrLeftId, scroll.bof); })(); var autoPlayCheck = $("#J_Video_Autoplay")[0].checked; var autoPlayFlv = 0; var autoPlayH5 = false; if(autoPlayCheck){ autoPlayFlv = 1; var autoPlayH5 = true; } var flashConfig = { url: "", // flash播放器地址, container : "J_Article_Player", id: "myMovie", width: 525, height: 430, params : { allowNetworking : "all", allowScriptAccess : "always", wmode : "opaque", allowFullScreen : "true", quality : "high" }, attributes: {}, flashvars: { autoPlay: autoPlayFlv, //是否自动播放 loop: 0, autoLoad: 1, thumbUrl: '', tj: 1, as: 1, mode: 2 }, h5attr: { autoPlay: autoPlayH5, //是否自动播放 controls: true, //是否显示控制条 loop: false, poster: '', //视频加载前欲加载的图片地址,即播放器一开始显示的截图 preload: 'auto' } }; var videoList = [ { video_id: '250567747', source:'', pid:'6', url: 'http://video.sina.com.cn/view/250567747.html', title:'世锦赛丁俊晖进4强'//, //swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250567747/s.swf" }, { video_id: '250568181', source:'', pid:'6', url: 'http://video.sina.com.cn/view/250568181.html', title:'丁俊晖马克都“断电”'//, //swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250568181/s.swf" }, ] (function($){ var Play = { init: function(flashConfig, videoList){ this.flashConfig = flashConfig; this.videoList = videoList; this.playVideo = playVideo; this.prev = this.current = 0; this.length = this.videoList.length; this.contNode = $("#J_Video_Autoplay"); this.titleNode = $("#J_Video_Source"); this.playListNode = $("#J_Play_List .J_Play_Item"); if(videoList.length!==1){ //显示小图 CommonTool.byId('J_Play_List_Wrap').style.display=''; } if(videoList.length<5){ CommonTool.byId('J_Player_Prev').style.display='none'; CommonTool.byId('J_Player_Next').style.display='none'; } this.initPlayer(); this.bind(); }, 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.titleInfo = this.videoList[0].title; if(this.videoList[0].url!=""){ this.titleInfo = ''+this.videoList[0].title+''; } if(this.videoList[0].source!==''){ this.titleInfo += '(来源:'+this.videoList[0].source+')'; } this.titleNode.html(this.titleInfo); }, 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.titleInfo = this.videoList[current].title; if(this.videoList[current].url!=""){ this.titleInfo = ''+this.videoList[current].title+''; } if(this.videoList[current].source!=""){ this.titleInfo += '(来源:'+this.videoList[current].source+')'; } this.titleNode.html(this.titleInfo); this.playListNode.eq(prev).removeClass("selected"); this.playListNode.eq(current).addClass("selected"); } } Play.init(flashConfig, videoList); })(jQuery);

    决赛在向丁俊晖招手决赛在向丁俊晖招手

      新体讯  斯诺克世锦赛已经接近尾声,半决赛将从北京时间今天晚上20点开打,通过赔率来看,丁俊晖和塞尔比是更有希望晋级决赛的选手,夺冠赔率上塞尔比最被看好。

      与往年不同的是,今年在这个阶段世锦赛上还有中国选手的身影,而且还有两名。丁俊晖和傅家俊分别第二次打进世锦赛决赛,丁俊晖是相隔5年之后,傅家俊距离上次进四强更是已经过了10年,与其说两个人因为第二次来到这个阶段会更有经验,不如说这种经验其实更多来自于年龄增长自然得到的提升。

    傅家俊面临的形势比丁俊晖严峻傅家俊面临的形势比丁俊晖严峻

      从赔率来看两位中国选手面对的局面有所不同,bet365开出的丁俊晖的获胜赔率只有1赔1.2,是四个人中最低的,这个概率比他8进4时10-6领先特鲁姆普时的赔率获胜还低,看起来他晋级决赛希望极大。实力对比也确实支持这种赔率,45岁的老将麦克马努斯这是第3次打进世锦赛4强,比丁俊晖还要多一次,但其实他早已不复当年之勇,麦克马努斯上次进世锦赛决赛还是1993年,当时还是亨德利统治台坛的时候,丁俊晖当时只有6岁。与四强中的其他三人相比,麦克马努斯更像是一匹黑马。金宝博的赔率也大同小异,丁俊晖获胜为1.18,麦克马努斯4.7。

      傅家俊的形势要严峻得多,塞尔比2007年就曾经进过世锦赛的决赛,这次已经是他第四次打进半决赛,他多年以来就很擅长打世锦赛这种长局赛制,用一句乒乓球圈的话来形容他,就是“能磨善咬”,领先的时候不会放松,落后时候决不放弃,这种风格实在让所有人头疼。不过傅家俊倒是相对并不怕这种对手,因为他自己也差不多如此,两个人的比赛,一定会出现很多乱局,耗时很长的单局,最终谁能获胜,只能看临场发挥了。塞尔比的获胜赔率为1.44,傅家俊则是1赔2.75。

    丁俊晖夺冠赔率升至第1丁俊晖夺冠赔率升至第1

      但是bet365同时开出的冠军赔率上,丁俊晖已经位居第一。开赛之前的4月15日,他的赔率位居32位选手中的第7位,在他之前的是奥沙利文,罗伯逊,特鲁姆普,塞尔比,墨菲和希金斯;第一轮全部结束之后的4月22日,丁俊晖的夺冠赔率上升至第5位,在他之前的是奥沙利文、特鲁姆普、塞尔比和希金斯;四分之一决赛开打前他的夺冠赔率再升2位来到第3,只落后于希金斯和塞尔比。

      而此时丁俊晖的夺冠赔率已经排名第1,达到1赔2.2,塞尔比1赔2.62排第2,傅家俊和麦克马努斯分别为1赔5.5和1赔13。金宝博的赔率丁俊晖优势稍小一些,夺冠赔率为2.25,塞尔比为2.5,不过丁还是排在首位。赔率只是博彩公司对结果的预测,还要看选手自己的发挥,但不可否认的是,丁俊晖目前确实面对的形势非常好,能否把大家对他的期待转化成冠军奖杯,看他的表现吧!

      (Dream)

    -->来源:新体阅读:292

    更多新闻:

    下一条:傅家俊13-11险胜霍金斯 塞尔比晋级希金斯遭逆转出局
    *本文来源于网络,如涉及版权问题,请联系Email:7399901@qq.com
     您好:发表评论
     
    返回顶部

    官方QQ群:60775081