摘要: 关键代码: // 将base64 的数据弄到form表单中 // 将base64 的代码转化为二进制 let bytes = window.atob(crop_base64.split(',')[1]); let ab = new ArrayBuffer(bytes.length); let ia 阅读全文
posted @ 2020-02-10 22:45 GetcharZp 阅读(553) 评论(0) 推荐(0)
摘要: 通过 window.location.href 获取网页的URL 阅读全文
posted @ 2020-02-10 12:26 GetcharZp 阅读(260) 评论(0) 推荐(0)