摘要:
js中 new Date()和Date.now()的区别 new Date() :new Date()是创建Date对象: var nowDate = new Date()console.log('nowDate:', nowDate);打印输出: Date.now():Date.now()是jav 阅读全文
posted @ 2022-06-23 11:48
前端白雪
阅读(868)
评论(0)
推荐(1)
摘要:
attr()和addClass()的区别 方法 addClass() attr()用途 追加样式 设置样式对同一个网页元素操作 <p>test</p>第1次使用方法 $("p").addClass("high"); $("p").attr("class", "high");第1次结果 <p clas 阅读全文
posted @ 2022-06-23 11:26
前端白雪
阅读(61)
评论(0)
推荐(0)
摘要:
情景1.拉取公司代码演示: 因为github有墙,这里我们以gitee(码云)为例作为演示 (其实就是国产github,也非常好用~) 步骤一:打开Git界面 先在一个空文件夹右击Git Bash Here,打开git界面 步骤二:输入克隆远程仓库指令 别人复制的链接在这里获取 拿到别人赋值的链接自 阅读全文
posted @ 2022-06-23 11:24
前端白雪
阅读(369)
评论(0)
推荐(0)