09 2017 档案

摘要:////////////decorator////////// function aopFunc (target, key, descriptor) { console.log('aopFunc') } class foo { @aopFunc bar () { console.log('fooo') } } ////////////////////////... 阅读全文
posted @ 2017-09-25 00:45 zyip 阅读(172) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示