随笔分类 -  笔记集锦

摘要:1.$(document).read(function(){$('p').click(function(){ $('p').hide();})})2.jquery是客户端脚本3.$("p").css("bckground","red");4.$(“div.intro”) 选取的是class是intr 阅读全文
posted @ 2020-12-25 14:17 北海等风吹 阅读(83) 评论(0) 推荐(0)
摘要:1.初始化指定目录作为git目录 git init newpro 2.git add xx.uve 3.克隆项目 git clone git clone git://github.com/schacon/grit.git 4.git diff 暂未缓存的改动 git diff --cached 查看 阅读全文
posted @ 2020-10-21 15:01 北海等风吹 阅读(59) 评论(0) 推荐(0)