File size 屬性
size 屬性返回檔案的大小,繼承自 Blob 物件,單位以位元組計。
File 物件更多內容參閱JavaScript File 物件一章節。
語法結構:
[JavaScript] 純文字檢視 複製程式碼file.size
此屬性返回一個表示檔案大小的數字。
程式碼例項:
[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; font-size: 12px; 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[0].size; } } </script> </head> <body> <input type="file" multiple id="file" /> <div id="show"></div> </body> </html>
通過檔案域選中一個文字檔案,程式碼執行效果截圖如下:
選中名為 HTML.txt 的文字檔案,並將其位元組大小寫入 div。
相關文章
- Map size 屬性
- Set size 屬性
- Blob size 屬性
- JavaScript select size 屬性JavaScript
- File name 屬性
- File type 屬性
- File lastModified 屬性AST
- gitignore by file size?Git
- CSS3 background-size 屬性CSSS3
- [譯] Font-size:一個意外複雜的 CSS 屬性CSS
- ulimit: core file size: cannot modify limit: Operation not permittedMIT
- iis 0x80070032 Cannot read configuration file because it exceeds the maximum file size
- ORA-01144: File size (4224000 blocks) exceeds maximum of 4194303BloC
- 如何選擇配置 MySQL innodb_log_file_sizeMySql
- Java如何建立臨時檔案並列印File各種屬性Java
- Oracle RAC 重置db_recovery_file_dest_size引數Oracle
- php執行的時候報File size limit exceededPHPMIT
- CMake 屬性之全域性屬性
- defer 屬性和 async 屬性
- CSS 屬性篇(七):Display屬性CSS
- CMake 屬性之目錄屬性
- CMake 屬性之目標屬性
- Python - 物件導向程式設計 - 公共屬性、保護屬性、私有屬性Python物件程式設計
- CSS字型屬性和文字屬性詳解CSS
- Python 類的屬性與例項屬性Python
- python物件屬性管理(2):property管理屬性Python物件
- 根據屬性字串獲取屬性值字串
- CAD屬性編輯操作——物件屬性教程物件
- cssRules 屬性CSS
- previousElementSibling 屬性
- translucent屬性
- parentRule 屬性
- parentStyleSheet屬性
- cssText 屬性CSS
- Property屬性
- 私有屬性
- background屬性
- allowfullscreen 屬性