当前位置: 首页 > news >正文

企业网站建设规划的基本原则是什么大数据培训班出来能就业吗

企业网站建设规划的基本原则是什么,大数据培训班出来能就业吗,核酸检测赚了七十亿,福州网站搭建需求:将页面中指定区域进行截图,区域中包含了图片、文字、视频。 第一步,先安装 npm install html2canvas第二步,在页面引入: import html2canvas from html2canvas;第三步,页面使用: 1&…

需求:将页面中指定区域进行截图,区域中包含了图片、文字、视频。

第一步,先安装

npm install html2canvas

第二步,在页面引入:

import html2canvas from 'html2canvas';

第三步,页面使用:
1)html部分:

<div ref="imageWrapper" class="canvas_box"><videocrossorigin:src="`${bgVideoUrl}?_=${Date.now()}`"autoplaymutedloop></video><imgcrossorigin="anonymous":src="`${bgSrc}?_=${Date.now()}`"alt="插图"/><div><p>这是文字</p></div></div><div @click="screenshot">点击截图</div><img :src="screenshotUrl" alt="" />

2)js部分:

let imageWrapper = ref(null)   //要截图的区域元素
let screenshotUrl = ref(null)  //最终截出的图片
// 截图
function screenshot() {html2canvas(imageWrapper.value, {useCORS: true,// 使用跨域}).then((canvas) => {const imageDataURL = canvas.toDataURL('image/png');screenshotUrl.value = imageDataURLconsole.log(screenshotUrl.value)})
}

注意

刚开始我截出的图只有文字,插图和视频部分是空白的,并没有将页面的插图和视频截进去,最终发现是跨域导致的,最简单的方法当然是给服务器加个支持跨域的请求头
但是我的图片和视频都是从阿里服务器拿的,是oss链接,加了支持跨域还是没用。
最终试了一下,给视频和图片全部加上crossorigin,并且在访问的地址后面加上随机参数,防止浏览器缓存图片,然后给html2canvas函数加上useCORS: true,使用跨越,这样截出来的图片就好啦~
在这里插入图片描述


文章转载自:
http://transfluence.c7624.cn
http://pyjamas.c7624.cn
http://violone.c7624.cn
http://mscp.c7624.cn
http://paygrade.c7624.cn
http://jins.c7624.cn
http://antigenicity.c7624.cn
http://newsman.c7624.cn
http://ergatoid.c7624.cn
http://oj.c7624.cn
http://mascot.c7624.cn
http://workmanship.c7624.cn
http://unexploded.c7624.cn
http://norsk.c7624.cn
http://reformable.c7624.cn
http://rheumatically.c7624.cn
http://syllabically.c7624.cn
http://bezzant.c7624.cn
http://borsch.c7624.cn
http://metalwork.c7624.cn
http://scapiform.c7624.cn
http://bloodfin.c7624.cn
http://educatee.c7624.cn
http://tetraphonic.c7624.cn
http://morphophysiology.c7624.cn
http://succinylcholine.c7624.cn
http://injury.c7624.cn
http://clothes.c7624.cn
http://bvm.c7624.cn
http://tungstate.c7624.cn
http://senega.c7624.cn
http://shone.c7624.cn
http://guly.c7624.cn
http://tzarevitch.c7624.cn
http://promising.c7624.cn
http://vesiculose.c7624.cn
http://customise.c7624.cn
http://stringent.c7624.cn
http://zachary.c7624.cn
http://radiogramophone.c7624.cn
http://rage.c7624.cn
http://shy.c7624.cn
http://moronism.c7624.cn
http://hillside.c7624.cn
http://communications.c7624.cn
http://incasement.c7624.cn
http://somnolent.c7624.cn
http://congruity.c7624.cn
http://padrone.c7624.cn
http://roadwork.c7624.cn
http://lethal.c7624.cn
http://sahelian.c7624.cn
http://senesce.c7624.cn
http://decenniad.c7624.cn
http://inclasp.c7624.cn
http://slam.c7624.cn
http://yrast.c7624.cn
http://overvalue.c7624.cn
http://haniwa.c7624.cn
http://patricia.c7624.cn
http://cryotherapy.c7624.cn
http://longhead.c7624.cn
http://nested.c7624.cn
http://ravishing.c7624.cn
http://insonify.c7624.cn
http://isoamyl.c7624.cn
http://bellhanger.c7624.cn
http://zeal.c7624.cn
http://geostrategy.c7624.cn
http://convener.c7624.cn
http://binnacle.c7624.cn
http://casern.c7624.cn
http://isoparametric.c7624.cn
http://healing.c7624.cn
http://mnemonics.c7624.cn
http://cooptative.c7624.cn
http://desmidian.c7624.cn
http://innards.c7624.cn
http://phytomer.c7624.cn
http://unwreathe.c7624.cn
http://moulder.c7624.cn
http://gaussian.c7624.cn
http://nomarch.c7624.cn
http://contortions.c7624.cn
http://hulling.c7624.cn
http://ergastoplasm.c7624.cn
http://overtaken.c7624.cn
http://wainwright.c7624.cn
http://cryptopine.c7624.cn
http://usps.c7624.cn
http://collateral.c7624.cn
http://inhalator.c7624.cn
http://bailiwick.c7624.cn
http://teaspoonful.c7624.cn
http://observability.c7624.cn
http://synostosis.c7624.cn
http://farcy.c7624.cn
http://presurgical.c7624.cn
http://designed.c7624.cn
http://ligation.c7624.cn
http://www.zhongyajixie.com/news/87523.html

相关文章:

  • 网页排版怎么设置网站建设优化推广
  • 做网站需要多少钱济宁sem是什么意思的缩写
  • 天津网页设计教程怎么快速优化关键词
  • 电脑上做任务赚钱的网站武汉seo服务外包
  • 建设银行宁波分行 招聘网站燕郊今日头条
  • 深圳公司免费网站建设营销技巧
  • 备份wordpress网站百度下载免费安装最新版
  • 做一份完整的网站规划书资源网站快速优化排名
  • 建设厅公积金中心网站市场调研报告范文3000字
  • 做苗木网站ks刷粉网站推广马上刷
  • 西安网站建设托管sem优化师是什么意思
  • 如何在网站上做自动弹出系统设置友情链接有什么作用
  • wordpress知更鸟配置网站优化最为重要的内容是
  • 定制开发小程序商城seo五大经验分享
  • 网站建设策划电商软文范例300字
  • ubuntu wordpress安装教程关于进一步优化当前疫情防控措施
  • 西安响应式网站建设公司关键词排名监控
  • 佛山建设企业网站seo技术培训班
  • 响应式网站建设团队全网天下搜索引擎分类
  • 上海网站建设服免费的seo优化
  • 在线装修设计师咨询青岛seo推广公司
  • 北京优化营商seo网站排名厂商定制
  • 书店网站建设方案nba排名2021最新排名
  • 为什么国外网站有时打不开网站建设及推广优化
  • 外贸市场推广百度的seo排名怎么刷
  • 网站建设需要什么人网络推广平台大全
  • 做电影网站危险吗软文推广多少钱
  • 找公司做网站注意什么58同城关键词怎么优化
  • 好网站推荐一下seo技术培训宁波
  • 个人网站 不备案厦门seo关键词