export default 和export 区别: 1.export与export default均可用于导出 ... export default str; 对应的导入方式: //b.js import str from 'a'; ...
確定! 回上一頁