在js和ts项目中变量总要明确定义其类型,我们可以这样做,看个人意愿并不是行业规定 在 tsconfig.json 中 修改 "compilerOptions": { "noImplicitAny": false, } 修改前 image.png 修改后 image.png