标签: 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]);
很难找到答案。我只看到有关条件(三元)运算符的文章。