没看懂 你sheet.tag(oadata()) 意思是所有涉及sheet都要写这一个?
我现在的做法是保存到后端时 ,
Date.prototype.toJSON = function () {
//return this.toLocaleString().replace("上午","").replace("下午", "");
return this.getFullYear()+"/"+(this.getMonth()+1)+"/"+this.getDate()+" "+this.getHours()+":"+this.getMinutes()+":"+this.getSeconds();
}
强行把时间原型重写。回显到表格也正常。但是我导出的时候就变成了
|