摘要:
# B站 ```bash document.querySelector('video').playbackRate = 2 ``` # 阿里云盘 ```bash var videos=document.querySelectorAll("video");for (var video of video 阅读全文
摘要:
**原因:**别人和自己都修改了同一个文件,合并时会发生冲突 报错内容: error: Your local changes to the following files would be overwritten by merge: 解决方法: **方法1:**保留本地修改的代码,并把git服务器上 阅读全文