文章分类 - JS
摘要:cropperjs是一款非常强大却又简单的图片裁剪工具,它可以进行非常灵活的配置,支持手机端使用,支持包括IE9以上的现代浏览器。 官方github文档:https://github.com/fengyuanchen/cropperjs `# cropper - 裁剪图片 - IE9+ 使用 cro
阅读全文
摘要:var uploadInst = upload.render({ elem: '.pictureBtn' ,method: "post" ,accept: 'images' ,acceptMime:'image/png,image/jpg,image/jpeg' ,url: ctx + "/base
阅读全文
摘要:#js代码 //上传头像的方法 var uploadInst = upload.render({ elem: '#test1' /根据绑定id,打开本地图片/ ,url: '/reg' /上传后台接受接口/ ,auto: false /true为选中图片直接提交,false为不提交根据bindAct
阅读全文

浙公网安备 33010602011771号