When used in a React component, JSX will be rendered as HTML in the browser. ... const listItems = strings.map(string => <li>{string}</li>);
確定! 回上一頁