参考自:
<input
id='file'
type='file'
accept='.xlsx, .xls'
onChange={this.onImportExcel}
/>
//在合适的地方设置其值为null
document.getElementById('file').value = null;
————————————————
版权声明:本文为CSDN博主「码飞_CC」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/cc18868876837/article/details/89194641