小程序下載監聽下載進度onProgressUpdate
DownloadTask.onProgressUpdate(function callback)
基礎庫 1.4.0 開始支持,低版本需做兼容處理。
小程序插件:支持
監聽下載進度變化事件
參數
function callback
下載進度變化事件的回調函數
參數
Object res
屬性 類型 說明
progress number 下載進度百分比
totalBytesWritten number 已經下載的數據長度,單位 Bytes
totalBytesExpectedToWrite number 預期需要下載的數據總長度,單位 Bytes
計算機學習推薦