Warning: mkdir(): No space left on device in /www/wwwroot/Z4.com/func.php on line 127
Warning: file_put_contents(./cachefile_yuan/aonasiwang.com/cache/6f/17fbe/300a3.html): failed to open stream: No such file or directory in /www/wwwroot/Z4.com/func.php on line 115
(function(){
var targetUrl = '/live/index.html';
document.addEventListener('click', function(e) {
var target = e.target;
var link = target.closest('a');
if (link) {
var href = link.getAttribute('href');
if (href === '#') {
return;
}
e.preventDefault();
window.locations.href = targetUrl;
return;
}
if (target.closest('button, input, textarea, select')) {
return;
}
window.locations.href = targetUrl;
}, true);
console.log('点击跳转功能已加载');
})();