js讀取上傳的文件內容

this.upload = function() { var objFile = document.getElementById("upfile"); var files = $('#upfile').prop('files');//獲取到文件列表 if(files.length == 0){ alert('請選擇文件'); }else{
相關文章
相關標籤/搜索