console.log报错,出现Uncaught TypeError: Assignment to constant variable.是什么原因? 看一下代码中是否用const定义变量 解决方法: 把const改成let,或var