会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
rushAvenda
博客园
首页
新随笔
联系
订阅
管理
2018年12月11日
es6学习6:一些新特性的实例练习
摘要: // 先定义一个简化输出函数 window.print = function (oper, result) { result ? console.log(oper, '=>', result) : console.log(oper); } 1.------------------proxy------------------------ // 设置一个msg用来检测上次操作是否成功...
阅读全文
posted @ 2018-12-11 14:36 颜繁达
阅读(506)
评论(0)
推荐(0)
编辑
公告