Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
let当我在 javascript 中声明变量时,IntelliJ 无法识别。
let
它识别var并且const很好。
var
const
文件>设置(Ctrl + Alt + S)>语言和框架> Javascript
将 JavaScript 语言版本更改为ECMAScript 6或更高
ECMAScript 6