1 2 3 4 5 6 7 8
/** * ������Ļ������������ֵ */ import a from './a'; import b from './b'; console.log(a, b);