使用 xlsx 报错 TypeError: n.indexOf is not a function
表格的名称只能是字符串,不能是数字,我是直接使用时间戳 new Date().getTime() 作为文件名,这里需要 toString 一下改成
new Date().getTime().toString()
发布评论
发布评论前请先 登录。
0 评论
点赞
分享
收藏
评论列表 0

暂无评论
表格的名称只能是字符串,不能是数字,我是直接使用时间戳 new Date().getTime() 作为文件名,这里需要 toString 一下改成
new Date().getTime().toString()
