前端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> // 对
相关文章
相关标签/搜索