⚠ Unsupported Browser ⚠
中央社午晚間新聞 中央社直播LIVE 軍聞Online 最新影片 海外特派 專題 文化+ 新聞節目
即將播放
影音頻道
根據金融時報報導,美國總統川普與歐盟的貿易談判中,立場更加強硬,要求在與歐盟達成的任何協議中,將最低關稅定為15%至20%,用意在測試歐盟的承受極限。這使歐盟陷入兩難,因為川普表示,若未能在8月1日前達成協議,將對所有歐盟進口產品課徵30%關稅。
看更多
'; var ad_E = '
'; movie += '
'; movie += ''; if (duration != null) movie += '' + duration + ''; movie += ''; movie += '' + (movies[i].movie.movieName).replace(/\\r\\n/g, '').replace(/\r\n/g, '').replace(/\\n/g, '').replace(/\n/g, '') + ''; movie += '' + dtFormat(dt) + ''; movie += '' + items + '
'); $('' + items + '
').insertBefore($container); google_Ads_Show(); } //player var player = null; function onYouTubeIframeAPIReady() { if (idYT == "") return; player = new YT.Player("player", { height: "560", width: "996", videoId: idYT, host: "https://www.youtube-nocookie.com", playerVars: { "modestbranding": 1, "rel": 0, "origin": window.location.host, "enablejsapi": 1 }, events: { "onReady": onPlayerReady, "onStateChange": onPlayerStateChange } }); } function onPlayerReady(event) { //( highres、hd1080、hd720、large、medium、small ) event.target.setPlaybackQuality("hd1080"); event.target.playVideo(); console.log('play'); var timer = setInterval(function () { var duration = event.target.getDuration(); var current = event.target.getCurrentTime(); if (duration - current <= 10) { console.log('before the end'); $('.nextVideo').addClass('show'); clearInterval(timer); } }, 1000); $('#videoCover').hide(); videoNextGet(); } function onPlayerStateChange(event) { // ( -1 尚未開始、0 結束、1 正在播放、2 暫停 ) if (event.target.getPlayerState() == 0) { //finish end event.target.stopVideo(); $('.nextVideo').removeClass('show'); videoNextRedirect(); } } function videoNextGet() { var params = { "Page": 0, "Count": 0 }; if (topicID != "") { params["GroupId"] = topicID; } else { params["Cate"] = "CNAV"; } $.ajax({ type: "POST", async: true, timeout: 5000, //5 seconds data: JSON.stringify(params), dataType: "json", url: apiHost + "/get_list_ajax", contentType: "application/json; charset=utf-8", success: function (result) { videoNextSet(result); } }); } function videoNextSet(objRes = null) { if (objRes == null) return; var movieID_Curr = $(".mainVideo").attr("movieID").trim().replace(/\.0/g, ""); var movieNext = null; var movies = objRes.items; for (var i = 0; i < movies.length; i++) { var movieID_Temp = movies[i].movie.movieID.toString().trim().replace(/\.0/g, ""); if (movieID_Temp == movieID_Curr) { if ((i + 1) < movies.length) { movieNext = movies[i + 1]; } break; } } if (boolSearch.trim() == "1") movieNext = movies[0]; if (movieNext == null) return; movieNext.movie.imgURL = movieNext.movie.imgURL.replace(/img.youtube.com/g, "i.ytimg.com"); movieNext.movie.imgURL = movieNext.movie.imgURL.replace(/maxresdefault/g, "mqdefault"); $("#vImg").html('').replace(/\r\n/g, '
').replace(/\\n/g, '
').replace(/\n/g, '
')); var movieID_Next = movieNext.movie.movieID.toString().trim().replace(/\.0/g, ""); var urlNext = null; if (topicID != "") { urlNext = "/video/" + urlClassIdConverter(movieNext.movie.classID) + "/" + movieID_Next + "?topicID=" + topicID; } else if ("CNAV" == "LATEST") { //urlNext = "/video/latest/" + movieID_Next; urlNext = "/video/" + urlClassIdConverter(movieNext.movie.classID) + "/" + movieID_Next; } else{ urlNext = "/video/" + urlClassIdConverter("CNAV") + "/" + movieID_Next; } if (urlNext == null) return; $(".nextVideo").attr("url", urlNext); } function videoNextRedirect() { window.location.href = $(".nextVideo").attr("url"); }
本網站使用相關技術提供更好的閱讀體驗,同時尊重使用者隱私,點這裡瞭解中央社隱私聲明。當您關閉此視窗,代表您同意上述規範。