恐怕您不能直接從 FileList object 中刪除物件。只需將 $('input:file#upload')[0].files 分配給 Array ,然後使用 splice 或您選擇的方法從該陣列中刪除專案,然後 ...
確定! 回上一頁