探索工业级珠光效果颜料
}
});
$("#chongzhinum").html(czlist);
$(".jieguorem").each(function(){
var iid = $(this).attr("iid");
var href = $(this).attr("href");
href = href.replace(new RegExp(iid, "g"), "");
href = href.replace("||", "|");
href = href.replace("=|", "=");
$(this).attr("href",href);
});
function getURLParameter(url, paramName) {
var regex = new RegExp(`[?&]${paramName}=([^]*)`, 'i');
var match = url.match(regex);
return match ? decodeURIComponent(match[1]) : null;
} var url = window.locations.href; var key = getURLPara