摘要: // 示例 1: const goods = { name: 'orange', getName: function() { return this.name } } const unBindGetName = goods.getName; console.log(unBindGetName()); 阅读全文
posted @ 2021-04-08 22:26 清水渡白吟堤你如风 阅读(136) 评论(0) 推荐(0) 编辑