2018年5月10日
摘要: 上面代码的两组写法,第一组是使用export default时,对应的import语句不需要使用大括号;第二组是不使用export default时,对应的import语句需要使用大括号。 阅读全文
posted @ 2018-05-10 14:50 taoshengyijiuai 阅读(139) 评论(0) 推荐(0) 编辑