首页 演示站 采集教程 苹果cmsv10模板 TG交流群 福利赞助
TG交流群: @nxx_ZY 

全网最快,欢迎测试!

采集教程一看就懂:→点击进入帮助中心

TG交流群: https://t.me/nxx_ZY

M3U8解析接口:https://nxbfvod.com/?url= 播放器标识:naixx

计费解析接口:https://nxbfvod.com/fuli.php?url= 播放器标识:naixx

XML采集接口:https://naixxzy.com/api.php/provide/vod/at/xml/

json采集接口:https://naixxzy.com/api.php/provide/vod/?ac=list

文章和小说 $(".copy_btn").each(function(){ var text1 = $(this).attr("data-text"); var clipboard = new Clipboard(this, { text: function() { return text1; } }); clipboard.on('success', function(e) { alert("地址复制成功"); }); }); $(".copy_text").each(function(){ var text2 = $(this).text(); var clipboard = new Clipboard(this, { text: function() { return text2; } }); clipboard.on('success', function(e) { alert("地址复制成功"); }); }); $(".copy_checked").each(function(){ var checked_url=[]; $(this).parent().parent().find("li").find(".copy_text").each(function(){ checked_url.push($(this).text()); }); var clipboard = new Clipboard(this, { text: function() { return checked_url.join('\n'); } }); clipboard.on('success', function(e) { alert("地址复制成功"); }); });