只需要将input的值设置为空字符串就可以了 <input type="file" id="excel" onchange="loadFile(this.files[0])" > $("#excel").val("");