js技术--cookie基础(封装cookie、使用cookie记录上一次用户登陆名)

案例1:cookiehtml <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script> window.onload = function(){ var oDate = new Date(); oDate.setDate(oDate.getDate()+1);
相关文章
相关标签/搜索