ES6 import 的几种写法

1. import * as XXX from  'xxxx'

2. import {xxx} from 'xxxx'

3 import xxx from 'xxxxx'

原文地址:https://www.cnblogs.com/xuezizhenchengxuyuan/p/6364231.html