随笔分类 - 前端
摘要:# 页面报错:promise 未定义 ie 使用 html2canvas 将页面转PDF 时报错 : 原因:ie没有原生Promise支持,使用Promise会抛出未定义的错误异常。 解决方式: 引入 <script src="https://cdn.jsdelivr.net/npm/promis
阅读全文
摘要:JS - 使用 html2canvas 将页面转PDF 本方法可以将页面元素块转为pdf. 网站地址 jspdf.js 官网地址:http://jspdf.com GitHub 主页:https://github.com/MrRio/jsPDF jspdf.js 文档:https://artskyd
阅读全文
摘要:在前端开发过程中用到了iframe控件。将其他页面嵌套如父页面中。当子页面高度不固定时,iframe的高度无法实现自适应。 解决方案: 父页面: <iframe id="parentIframe" src="hello.html" frameborder="0" width="100%" heigh
阅读全文
摘要:Hope to help those in need and those who use Vue for the first time. 1、获得并安装node.js。nodejs官网:https://nodejs.org/en/ 2、安装git。 3、检查安装状态。打开命令行,输入node -v和
阅读全文