加入收藏 | 设为首页 | 会员中心 | 我要投稿 甘南站长网 (https://www.0941zz.com/)- 科技、行业物联网、开发、云计算、云管理!
当前位置: 首页 > 综合聚焦 > CMS系统 > 正文

jq记住密码教程

发布时间:2021-03-30 12:02:25 所属栏目:CMS系统 来源:互联网
导读:1.下载引入js 下载:http://plugins.jquery.com/cookie/ 在网页中引入以下js script type=text/javascriptsrc=js/jquery.min.js/script script type=text/javascriptsrc=js/jquery.cookie.js/script 2.在网页中这样写: body div 用户名:input type=text id

1.下载引入js

下载:http://plugins.jquery.com/cookie/

在网页中引入以下js