JavaScript 表达式也可以使用大括号将包括变量,函数和属性的内容嵌入 JSX 中。 const name = 'Tania' const heading = <h1>Hello, {name}</h1> ...
確定! 回上一頁