导入组件

class comment extends React component {

        继承         组件

  render (){

    return {

      <li className="commentAuthor">{this.props.author};   //组件

        {this.props.children}</li>

        }

      }

      }

import comment from "./comment.js";

原文地址:https://www.cnblogs.com/aivnfjgj/p/6391991.html