10 2023 档案

摘要:html <div class="test" :style="{ '--backgroundColor': backgroundColor }"></div> js css .test { background-color: var(--backgroundColor); } 阅读全文
posted @ 2023-10-25 11:01 Cynthia娆墨旧染 阅读(138) 评论(0) 推荐(0) 编辑
摘要:一行开头是括号或者方括号的时候,末尾必须要加分号。 一、案例1 错误代码: (() => {console.log(1)})() // 注意这里没有分号 (() => {console.log(2)})() 正确代码: (() => {console.log(1)})(); // 注意这里的分号 ( 阅读全文
posted @ 2023-10-23 13:54 Cynthia娆墨旧染 阅读(19) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示