在使用变量“theme”之前给它赋值。例如:
let theme; if (isDarkModeEnabled) { theme = "dark"; } else { theme = "light"; } console.log(Current theme is ${theme});
Current theme is ${theme}
上一篇:变量太长
下一篇:变量提供者的名称$和^的值为Clear-Host。