摘要: import ... from "..."和import {...} from "..."的区别和使用方法。 import ... from "..."的使用方法:// A.js export default 20 // B.js import A from './A'上面的代码生效的前提是,只有在 阅读全文
posted @ 2020-11-09 15:41 大萨特 阅读(1242) 评论(0) 推荐(0)