随笔分类 -  z-整理

摘要:const infoList = []; // 收集链接相关信息 const currentUrl = window.location.href || "未知链接"; const originUrl = window.location.origin || "未知源地址"; const pathnam 阅读全文
posted @ 2025-09-22 01:50 onestopweb 阅读(12) 评论(0) 推荐(0)
摘要:// 创建图片放大容器 document.writeln("<div id=\'outerdiv\' style=\'position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);z-index:2;width:100%;height:100%;dis 阅读全文
posted @ 2025-08-07 18:57 onestopweb 阅读(10) 评论(0) 推荐(0)
摘要:DROP TABLE IF EXISTS `q20c2big`; CREATE TABLE `q20c2big` ( `id` int(6) NOT NULL AUTO_INCREMENT COMMENT '编号ID', `aduser_id` int(6) DEFAULT '0' COMMENT 阅读全文
posted @ 2025-06-28 02:17 onestopweb 阅读(29) 评论(0) 推荐(0)
摘要:TRUNCATE TABLE a00unitbig; insert into `a00unitbig`(`id`,`aduser_id`,`adtime`,`upuser_id`,`uptime`,`isnow`,`tit`,`cont`,`sort`) values (1,0,'0000-00-0 阅读全文
posted @ 2025-05-18 14:19 onestopweb 阅读(20) 评论(0) 推荐(0)
摘要:document.writeln("<div id=\'outerdiv\' style=\'position:fixed;top:0;left:0;background:rgba(0,0,0,0.7);z-index:2;width:100%;height:100%;display:none;\' 阅读全文
posted @ 2025-02-19 18:23 onestopweb 阅读(12) 评论(0) 推荐(0)