... $(htmlPromotions).map((index, data) => { const href = data.attribs.href.split("="); const id = href[href.length - 1]; ids.push(id); }); return ids; }.
確定! 回上一頁