摘要: 原文: Arrow functions bind this to the context in which you create the arrow function. const foo = (args) => {/* code */}; is a shortcut for const foo = 阅读全文
posted @ 2021-02-15 17:02 Bravo_Jack 阅读(58) 评论(0) 推荐(0) 编辑