摘要: 全局使用 <p class="test_aa">全局使用的文字</p> css::root{--red_color:red;} .test_aa{color:var(--red_color)} 局部使用 <p class="test_bb">局部使用的文字</p> css:.test_bb{--re 阅读全文
posted @ 2020-11-12 15:00 JaneLifeVlog 阅读(63) 评论(0) 推荐(0)
摘要: JavaScript 算法与数据结构 https://github.com/trekhleb/javascript-algorithms/blob/master/README.zh-CN.md 数据结构和算法必知必会的50个代码实现 https://github.com/wangzheng0822/ 阅读全文
posted @ 2020-11-12 11:07 JaneLifeVlog 阅读(89) 评论(0) 推荐(0)
摘要: 腾讯标准文档 https://tgideas.qq.com/doc/index.html 京东文档 https://guide.aotu.io/index.html 阿里巴巴文档 https://github.com/airbnb/javascript 百度文档 https://github.com 阅读全文
posted @ 2020-11-12 10:40 JaneLifeVlog 阅读(107) 评论(0) 推荐(0)