gpt4 book ai didi

javascript - React 中的插值无法以这种方式工作,有人可以在这方面帮助我吗?

转载 作者:行者123 更新时间:2023-12-03 14:02:41 25 4
gpt4 key购买 nike

我正在尝试插值,这样

var sample = "test";
var result = 'this is just a ${sample}';
alert(result);

它不起作用,它只是发出警报,这只是一个 ${sample},有人可以帮我解决这个问题吗?谢谢

最佳答案

您需要使用反引号而不是引号(位于键盘上 1 的左侧)

var result = `this is just a ${sample}`; 

关于javascript - React 中的插值无法以这种方式工作,有人可以在这方面帮助我吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58278860/

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