1.引入jquery文件:
jquery-3.3.1.js
jquery.cookie.js---------自行下载
2.js代码:
if ($.cookie('showflag') != "exist") { $.cookie('showflag', 'exist', { expires: 1 }); alert("服务器于2019年12月31日04点至2019年12月31日10点维护。在此期间的操作无效!如果给您带来不便,敬请谅解!"); }