📜  清除输入文件 html 反应 - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:13.907000             🧑  作者: Mango

代码示例2
functionThatResetsTheFileInput() {
  let randomString = Math.random().toString(36);

  this.setState({
    theInputKey: randomString
  });
}

render() {
  return(
    
) }