摘要: FileReader用来把文件读入内存,并且读取文件中的数据。FileReader接口提供了一个异步API,使用该API可以在浏览器主线程中异步访问文件系统,读取文件中的数据。到目前为止FileReader接口兼容情况如下图。step by step1、FileReader接口的方法FileRead... 阅读全文
posted @ 2014-09-11 17:36 冷冬.sirius 阅读(779) 评论(0) 推荐(0)