![https://reactnative.dev/docs/intro-react-native-components]
class Polygon { constructor(props) { super(props); this.name = 'Polygon' this.params = this.props.params; } }
最后更新于17天前
这有帮助吗?