DownloadFileCancel
- 取消文件下载(若未完成)
方法名 | 参数传递 | 说明 |
---|---|---|
DownloadFileCancel | ["https://lf9-cdn-tos1.mp4","https://lf9-cdn-tos2.mp4"] | 配合文件下载方法,取消当前下载未完成的文件 |
/*
* params:
* [
* 在线下载文件地址,
* 在线下载文件地址
* ]
*
*/
PublicLib.DownloadFileCancel(["https://lf9-cdn-tos1.mp4","https://lf9-cdn-tos2.mp4"]);
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9