const content = posts.map((post) => <Post key={post.id} id={post.id} title={post.title} /> );. 在上面的例子中, Post component 可以讀取 props.id ,但不能讀取 ...
確定! 回上一頁