FileList length 屬性
length 屬性可以獲取 FileList 集合中 File 物件的數量。
關於 FileList 參閱 JavaScript FileList 集合 一章節。
語法結構:
[JavaScript] 純文字檢視 複製程式碼FileList.length
屬性返回值是一個表示 File 物件數量的數字。
程式碼例項如下:
[HTML] 純文字檢視 複製程式碼執行程式碼<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset=" utf-8"> <meta name="author" content="https://www.softwhy.com/" /> <title>螞蟻部落</title> <style> div { width: 150px; height: 50px; line-height: 50px; text-align: center; border: 2px dotted green; } </style> <script> window.onload = ()=> { let oFile = document.getElementById("file"); let oShow =document.getElementById("show"); file.onchange = function () { oShow.innerHTML = oFile.files.length; } } </script> </head> <body> <input type="file" multiple id="file" /> <div id="show"></div> </body> </html>
程式碼執行效果截圖如下:
上述程式碼將集合中檔案數量寫入 div 元素中。
相關文章
- CSSStyleDeclaration length 屬性CSS
- jQuery length屬性jQuery
- JavaScript 字串 length屬性JavaScript字串
- JavaScript select length 屬性JavaScript
- JavaScript 陣列 length 屬性JavaScript陣列
- JavaScript 函式 length 屬性JavaScript函式
- 二進位制陣列 length 屬性陣列
- 認識JavaScript陣列物件的length屬性JavaScript陣列物件
- js函式的length屬性簡單介紹JS函式
- FileList item()
- javascript函式使用length屬性獲取形參的數目JavaScript函式
- JavaScript FileList 集合JavaScript
- CMake 屬性之全域性屬性
- iOS動畫 屬性屬性解析iOS動畫
- defer 屬性和 async 屬性
- CSS 屬性篇(七):Display屬性CSS
- CMake 屬性之目標屬性
- CMake 屬性之目錄屬性
- mysql char_length和lengthMySql
- JavaScript私有屬性和靜態屬性JavaScript
- CSS字型屬性和文字屬性詳解CSS
- Java中 length、length()、size()區別Java
- 私有屬性
- allowfullscreen 屬性
- background 屬性
- cssText 屬性CSS
- translucent屬性
- parentStyleSheet屬性
- cssRules 屬性CSS
- background屬性
- jQuery 屬性jQuery
- 屬性動畫動畫
- jQuery屬性jQuery
- TextView屬性TextView
- XML屬性XML
- Property屬性
- DOM屬性
- HTML 屬性HTML