11 2019 档案
摘要:1.js /*canvas压缩图片 *width:压缩后宽度 *height:压缩后高度 *img:img dom对象 */ function compressImg(width, height, img) { var canvas = document.createElement('canvas'
阅读全文
摘要:1.html <!--图片预览框 --> <div style="height: 200px"> <img src="" id="preview" style="width: auto;height: 100%"> </div> <!-- 拍照--> <input id="file1" type="
阅读全文

浙公网安备 33010602011771号