发布于 5年前

React 向组件传参数时,如何对字符串和变量进行拼(连)接

<a href={'https://www.seekoon.com' + variable}>

或者

<a href={'https://www.seekoon.com' + this.props.username}>
  {this.props.username}
</a>
©2020 edoou.com   京ICP备16001874号-3