react实现星级评分组件代码

react电影星级评分组件封装react import React, {Component} from 'react'; export class Star extends Component { constructor(props) { super(props) console.log(this.props.name) this.sta
相关文章
相关标签/搜索