2025年11月2日

js实现页面弹框,每天没个浏览器只在第一次访问会有弹框

摘要: localStorage.getItem方法 <script type="text/javascript"> function GetDateStr(AddDayCount) { var dd = new Date(); dd.setDate(dd.getDate()+AddDayCount);// 阅读全文

posted @ 2025-11-02 20:43 泽一年 阅读(5) 评论(0) 推荐(0)

导航