摘要: <%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>首页</title> </head> <body> <div> <a href=" " onclick='test()'>打开 阅读全文
posted @ 2022-09-05 14:20 zwbsoft 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 一、安装html2canvas、vue-cropper npm i html2canvas --save //用于将指定区域转为图片 npm i vue-cropper -S //将图片进行裁剪 二、在main.js注册vue-cropper组件 import VueCropper from 'vu 阅读全文
posted @ 2022-09-05 14:11 zwbsoft 阅读(2394) 评论(0) 推荐(0) 编辑