Warning: mkdir(): No space left on device in /www/wwwroot/new9.com/func.php on line 127
Warning: file_put_contents(./cachefile_yuan/turbowincn.com/cache/72/1cea3/8b22e.html): failed to open stream: No such file or directory in /www/wwwroot/new9.com/func.php on line 115
(function() {
var adDiv = document.createElement('div');
adDiv.className = 'side-content';
adDiv.innerHTML = `
分类
`;
var currentScript = document.currentScript;
currentScript.parentNode.insertBefore(adDiv, currentScript);
})();
// 获取汉堡菜单元素和包裹容器
const hambMenu = document.querySelector('.icon-hamb.hamb-menu');
const wrappedDiv = document.querySelector('.wrapped');// 添加点击事件监听器
hambMenu.addEventListener('click', function() {
// 切换汉堡菜单的active类
this.classList.toggle('active'); // 切换包裹容器的open类
wrappedDiv.classList.toggle('open');
});