05 2021 档案
摘要:###js原型图 ##JS继承的几种方式 ###1、原型链继承 function Animal(name, weight) { this.name = name; this.weight = weight; } Animal.prototype.eat = function () { console
阅读全文
摘要:表格数据导入 读取导入Excel表格数据这里采用的是 xlsx 插件 npm i xlsx 读取excel需要通过 XLSX.read(data, {type: type}) 方法来实现,返回一个叫WorkBook的对象,type主要取值如下: base64: 以base64方式读取; binary
阅读全文

浙公网安备 33010602011771号