file標籤中使用multiple後,在js中獲取選擇文件的文件名,大小等信息

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> <input type="file" multiple="multiple" id="test"> <ul id='content'></ul> </body>
相關文章
相關標籤/搜索