摘要:
name let msy='a'; msy.name='xxx' console.log(msy); //undefined 非严格模式返回 undefined,严格模式报错 == 10 == [[[10]]] +[[[10]]] //不管多少层,都是转成10 解构 const arr = [{ag 阅读全文
摘要:
--save 生产环境 dependencied npm install xxx npm install xxx --save npm install xxx -S npm i xxx -S 开发环境 devDependencies 在 devDependencies 添加包 npm install 阅读全文