复制黏贴上传excel文件到网站
假如有一个excel文件,想把里面的内容传到网站上去。 可以利用JSON.stringify() 把空格和换行等字符转换为 escape sequence。如:
这就转换成了escape sequnence 但这个方法目前只支持到 IE8
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
---|---|---|---|---|---|
Basic support | (Yes) | 3.5 (1.9.1) | 8.0 | 10.5 | 4.0 |
posted on 2016-07-29 17:55 Vitalitycn 阅读(234) 评论(0) 编辑 收藏 举报