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