import Test1 from 'xyz'; // 精确匹配,所以path/to/file.js 被解析和导入 import Test2 from 'xyz/file.js' ... /abc/node_modules 也可能在 /node_modules 中解析。
確定! 回上一頁