文件名称:video-web-youtubeAPI:youtubeAPI影音-开发
文件大小:122KB
文件格式:ZIP
更新时间:2024-03-17 21:24:18
Vue
用youtube API做影音网站(未完成) 提问 nextPageToken 到Google API控制台 串接YouTube影片API 分页 每点击一页就取得新的丰富12笔资料 每一轮: 第1頁 0~11 +=12 2 12~23 +=12 3 24~35 ... 9 96~100 设定从哪笔开始撷取取 对总数撷取12笔资料 // 前往某頁(),從第幾筆開始擷取 0*12 1*12 2*12 ... this . nowPlayStartIndex = ( this . pages . currentPage - 1 ) * this . pages . perPage_num ; // 下一頁() 和上一頁() this . nowPlayStartIndex += 12 this . nowPlayStart