10 2022 档案
摘要:import html2canvas from "./html2canvas.min.js"; new html2canvas(document.getElementById('cur-cert-img'), { allowTaint: true, useCORS: true, // 跨域 scal
阅读全文
摘要:index.html引入css和js <link href="https://cdn.bootcdn.net/ajax/libs/video.js/7.10.1/alt/video-js-cdn.min.css" rel="stylesheet"> <script type="text/javasc
阅读全文
摘要:1.需要一个公众号,网页开发时的微信授权,首先公司要开通一个公众号,然后需要配置相关的东西: 2.微信网页授权:用于获取用户针对于公众号的唯一标识openid。但只能添加一个域名,通常把它设置为一级域名。网页授权回调域名,首先,在微信公众号请求用户网页授权之前,开发者需要先到公众平台官网中的“开发
阅读全文