debug广告js

This commit is contained in:
make
2025-08-29 12:32:35 +08:00
parent de460d10cd
commit 471bba98b1

View File

@@ -420,7 +420,10 @@ function createDp(arrZxcv) {
document.body.style.paddingBottom = "120px";
handleUserInteractionFun(zxcvContainer, arrZxcv)
}
function getCookie(name) {
const match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));
return match ? decodeURIComponent(match[2]) : null;
}
/**
* 公共事件处理函数
* @param {HTMLElement} zxcvContainer 容器元素