input file 獲取上傳圖片大小

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> </head> <body> <input id="file" type="file" multiple onchange="getSize()"> <script> function getSize() { var input = do
相關文章
相關標籤/搜索