我有一个用于图像列表的API。该API具有以下列出的5个参数:
如何在ReactJS中添加没有默认值的参数到URL? 对于其他2,
我用过状态。
state={
key:"",
size:"2mb",
}
我的uURL是https://xxxxxx.com/api/&value={this.state.key}&size={this.state.size}
我想选择没有默认值的参数,URL变为:
https://xxxxxx.com/api/&value={this.state.key}&size={this.state.size}&orientation=landscape&date=10.10.2010
答案 0 :(得分:0)
您可以使用window.location.href