222222222222
Posted wangyawei
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了222222222222相关的知识,希望对你有一定的参考价值。
顶顶顶顶顶顶顶顶顶顶
- class ShoppingList extends React.Component {
- render() {
- return (
- <div className="shopping-list">
- <h1>Shopping List for {this.props.name}</h1>
- <ul>
- <li>Instagram</li>
- <li>WhatsApp</li>
- <li>Oculus</li>
- </ul>
- </div>
- );
- }
- }
以上是关于222222222222的主要内容,如果未能解决你的问题,请参考以下文章