gpt4 book ai didi

javascript - VSCODE 2017 未检测到文字模板

转载 作者:行者123 更新时间:2023-11-28 17:40:38 24 4
gpt4 key购买 nike

我正在使用 VSCODE 2017,但 ES6 语法遇到问题。

我声明了一个名为 port 的 const,并且我正在尝试使用 es6 文字模板将其注入(inject)到下图中的字符串中。

当代码执行时,端口变量没有被注入(inject),我的IDE也没有将${port}语法的颜色更改为蓝色,所以这让我相信它没有识别es6语法。

Template literals like 'some ${string}' or "some ${string}" are not working

最佳答案

您需要使用反引号 (`) 而不是双引号 (")。https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

关于javascript - VSCODE 2017 未检测到文字模板,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48035502/

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