首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏终身学习者

    12个提高 JavaScript 技能的概念!

    ; } } const sayHello = createGreeter('Hello'); sayHello('Joe'); // Hello, Joe 在更真实的场景中,你可以设想一个初始函数apiConnect function apiConnect(apiKey) { function get(route) { return fetch(`${route}? 'Authorization': `Bearer ${apiKey}` } }) } return { get, post } } const api = apiConnect

    87830发布于 2019-06-15
  • 来自专栏终身学习者

    重温一下 JS 进阶需要掌握的 13 个概念

    + name); } } const sayHello = createGreeter('你好'); sayHello('小智'); // 你好, 小智 在更真实的场景中,咱们可以设想一个初始函数apiConnect function apiConnect(apiKey) { function get(route) { return fetch(`${route}? 'Authorization': `Bearer ${apiKey}` } }) } return { get, post } } const api = apiConnect

    84320发布于 2019-10-29
  • 来自专栏Linyb极客之路

    到底什么是API网关?它正经历身份认同危机

    https://developer.ibm.com/apiconnect/2018/12/10/api-management-centralized-or-decentralized/ 尽管这些不同组成部分的术语和身份存在混淆

    71920编辑于 2022-03-10
领券