--- tags: [recommended, react, jsx] --- 重复同样的表达式通常是一个错误,并且会导致不必要的计算。 **无效:** ```tsx
``` **有效:** ```tsx
```