微信红包封面诚招代理,一手货源,可自行定价

微信红包封面诚招代理,一手货源,一件也发,加入发送资源包,可自行开店或私域推广,简单赚钱春节好商机,欢迎加V详谈:







2022红包封面大全:https://www.aliyundrive.com/s/RUDsfcmRYyW 提取码: cc17

显示被隐藏内容 显示被隐藏内容
var arr=[];
//img
$(".el-table__fixed-body-wrapper:first img").each(function(index){
    var img = $(this).attr("src");
    arr[index] = "{img},{title}@{price}{ext}".replace("{img}", img).replace("{ext}", img.substr(img.lastIndexOf(".")));
});
//title
$(".el-table__fixed-body-wrapper:first .item-title").each(function(index){
    var title = $(this).text().replace("[购买表情包赠红包封面]", "").replace("/动态音乐", "").replace("/", "_");
    arr[index] = arr[index].replace("{title}",title);
});
//price
$(".el-table__fixed-body-wrapper:first .item-price").each(function(index){
    if(index%2==0){
        var price = $(this).text().replace(/[^0-9\.]/ig,"");
        arr[index/2] = arr[index/2].replace("{price}", Math.ceil(price));
    }    
});
console.log(arr.join("\r\n"));
隐藏内容 隐藏内容
该内容已经被作者隐藏,只有会员才允许查阅 登录 | 注册


评论: 0 | 引用: 0 | 查看次数: 2886
发表评论
登录后再发表评论!