摘要: 用来把文件读入内存,并且读取文件中的数据。FileReader接口提供了一个异步API,使用该API可以在浏览器主线程中异步访问文件系统,读取文件中的数据。到目前文职,只有FF3.6+和Chrome6.0+实现了FileReader接口。 1、FileReader接口的方法 FileReader接口 阅读全文
posted @ 2017-05-22 14:17 jiangxiaobo 阅读(8859) 评论(1) 推荐(2) 编辑