08 2021 档案
JS 遮罩层控制
摘要:###HTML <header> <div class="header-wrapper"> <a href="./index.html" class="logo"> <img src="../images/logo.png" alt="logo" width="40" height="40"> <p
jquery给当前点击子元素添加样式,新增vue版
摘要:###jquery 版本 <div class="part_2"> <div class="box active"> <div class="top">¥0.96/天</div> <div class="bottom"> <p>1个月</p> <p>¥29</p> <p>¥49</p> </div>
git 命令
摘要:修改未提交的信息 git commit --amend -m "new message" 回退版本 git log git reset --hard commit_id 取消merge合并 git merge --abort 删除本地仓库当前关联的无效远程地址,并添加新的远程仓库地址 git rem