摘要: HTML5 introduced Web Worker to solve the problem of Javascript concurrency. In the past, developers have to mimic "concurrency" by using techniques li 阅读全文
posted @ 2017-04-26 09:57 Frank宏 阅读(165) 评论(0) 推荐(0)
摘要: FileReader Interface Creating a new instance of FileReader: FileReader methods: readAsText() This method is used to read text file. It has two paramet 阅读全文
posted @ 2017-04-26 09:11 Frank宏 阅读(234) 评论(0) 推荐(0)