摘要: 参考:https://fengyuanchen.github.io/cropper http://blog.csdn.net/hongwangzhang/article/details/50215761; https://www.zhihu.com/question/26022520 ps:以下是主 阅读全文
posted @ 2017-07-13 14:31 下雨天0090 阅读(378) 评论(0) 推荐(0) 编辑
摘要: /** * 将以base64的图片url数据转换为Blob * @param urlData * 用url方式表示的base64图片数据 */ function convertBase64UrlToBlob(urlData){ var bytes=window.atob(urlData.split(',')[1]); ... 阅读全文
posted @ 2017-07-13 10:44 下雨天0090 阅读(135) 评论(0) 推荐(0) 编辑