前端input file 圖片壓縮

<!DOCTYPE html> <html> <head>     <meta charset="UTF-8">     <title>壓縮圖片</title> </head> <body>     <img id="img" src="">     <input id="file" type="file" οnchange="compress()"> </body> <script> // 對
相關文章
相關標籤/搜索