10 2023 档案

摘要:结合 html2canvas 和 jspdf 插件处理 /* eslint-disable */ //不使用JQuery版的 import html2canvas from 'html2canvas' import JsPDF from 'jspdf' /** * @param ele 要生成 pd 阅读全文 »
posted @ 2023-10-30 20:20 wjs0509 阅读(248) 评论(0) 推荐(0) 编辑
摘要:1、校验数据类型 export const typeOf = function(obj) { return Object.prototype.toString.call(obj).slice(8, -1).toLowerCase() } 示例: typeOf('树哥') // string type 阅读全文 »
posted @ 2023-10-20 09:16 wjs0509 阅读(12) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示