摘要: git commit 的时候出现上述问题,删除掉了根目录下面的pre-commit文件和一个下划线目录就可以了,具体原因不知道。 阅读全文
posted @ 2022-03-02 17:30 古德拉克 阅读(53) 评论(0) 推荐(0) 编辑
摘要: window.localStorage[key] !== void 0; 猛然间看到了void 0,查阅后得知void 0 返回undefined,那为什么不写window.localStorage[key] !== undefined;呢? 因为 undefined在局部作用域可以被重写,但是全局 阅读全文
posted @ 2022-03-02 08:54 古德拉克 阅读(45) 评论(0) 推荐(0) 编辑