来源:NBA直播吧

adminn.cn11月19日讯 亚洲杯男单决赛,张本智和4-1战胜韩国选手林仲勋夺冠。

单局比分分别为:11-9,7-11,11-8,12-10,11-2。

两位中国选手王楚钦、林高远均无缘4强,林高远首轮2-4不敌伊朗选手阿拉米扬出局,1/4决赛王楚钦3-4不敌韩国选手林仲勋无缘晋级。

var baseUrl = 'http://datas.adminn.cn/zhibo/datas'; jQuery.axpost = function(url, data, successfn, errorfn) { data = (data == null || data == "" || typeof(data) == "undefined") ? { "date": new Date().getTime() } : data; $.ajax({ dataType: "json", type: "post", data: data, url: url, success: function(d) { successfn(d); }, error: function(e) { errorfn(e); } }); }; $("#gotoTop").click(function () { $('html,body').animate({scrollTop: 0}, 300); }); var min_height = 500; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { $("#gotoTop").fadeIn(200); } else { $("#gotoTop").fadeOut(200); } ; });