会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
爱抓鱼的大脸猫
爱生活,勤思考~
博客园
首页
新随笔
联系
订阅
管理
2017年4月18日
[js] 小谈 export (没总结完)
摘要: 作用 导出变量/类 等等 用法 index.js 文件 export default name 仅导出一个变量 import name from './index.js' index.js 文件 export name 导出多个变量 import { name } from './index.js'
阅读全文
posted @ 2017-04-18 17:52 空城夕
阅读(393)
评论(0)
推荐(0)
编辑
公告