导入组件

class comment extends React component {

        继承         组件

  render (){

    return {

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

        {this.props.children}</li>

        }

      }

      }

import comment from "./comment.js";

 

posted on 2017-02-12 22:13  aivnfjgj  阅读(78)  评论(0)    收藏  举报

导航