JavaScript中问号后跟句号是什么意思?

时间:2020-08-19 14:04:24

标签: javascript

我不知道?.是什么意思。示例:

 React.useEffect(() => {
    if (route.params?.post) {
      // Post updated, do something with `route.params.post`
      // For example, send the post to the server
    }
  }, [route.params?.post]);

很难找到答案。我只看到有关条件(三元)运算符的文章。

0 个答案:

没有答案