解決原生input框上傳圖片只能上傳一次的bug

將type="file"改成type="text"接着再次還原成type="file",
至關於作了一次清空
handleInputUpload(id) {
   
let ele= document.getElementById(id);

ele["type"] = "text";
   
ele["type"] = "file";
 
}get

相關文章
相關標籤/搜索