gpt4 book ai didi

javascript - React JS/Typescript 中的空合并运算符

转载 作者:数据小太阳 更新时间:2023-10-29 04:41:33 25 4
gpt4 key购买 nike

<分区>

我们在 .NET 中有 Null 合并运算符,我们可以按如下方式使用

string postal_code = address?.postal_code;

我们可以在 React JS 中做同样的事情吗?

我发现我们可以用 && 运算符做什么

address.ts文件中

string postal_code = address && address.postal_code;

我需要的 .net 功能可以在带有 React JS 的 typescript 中实现,这可能吗?

类似于:

string postal_code = address?.postal_code // I am getting the error in this line if I try to use like .NET

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