gpt4 book ai didi

javascript - 在 ES6 中使用对象字面量中的 'this'

转载 作者:搜寻专家 更新时间:2023-11-01 00:10:43 26 4
gpt4 key购买 nike

<分区>

我从事 Node.js 和前端 Javascript 的时间足够长,所以我应该知道这个问题的答案。

假设我有一个这样的对象字面量:

       'lectal_api_server': {
host: 'https://xyz.herokuapp.com',
port: process.env.PORT || 80,
url: 'https://xyz.herokuapp.com:80'
}

有没有可能做这样的事情:

      'lectal_api_server': {
host: 'https://xyz.herokuapp.com',
port: process.env.PORT || 80,
url: this.host + ':' + this.port
}

我不相信这样的事情在 ES5 中是可能的,但在 ES6 中有可能吗?

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com