摘要: //全部导入import people from './example' //有一种特殊情况,即允许你将整个模块当作单一对象进行导入//该模块的所有导出都会作为对象的属性存在import * as example from "./example.js"console.log(example.name 阅读全文
posted @ 2019-08-17 15:20 chenjacky 阅读(269) 评论(0) 推荐(0) 编辑