欢迎访问西安中交汇思达企业管理咨询有限公司
400-888-0838 jdhsd@wisemc.com

联系我们

400-888-0838

西安中交汇思达企业管理咨询有限公司

电话 : 029-89550919   89550989

网址:www.wisemc.com

邮箱:jdhsd@wisemc.com

邮编:710054

地址:西安市雁翔路99号西安交通大学科技园C座

$(document).ready(function () {
//var as = [];
var hre = window.location.pathname + window.location.search;
console.log(hre);
$(‘a.xxx’).each(function (index) {
if ($(this).attr(‘href’) == hre) {
$($(‘.xx’)[index]).css({background:’rgb(242, 26, 41)’});
}
});
})