摘要: PC端的拖拽事件: 1.reader.readAsDataURL(oFile); 2.reader.readAsArrayBuffer(oFile); 3.reader.readAsBinaryString(oFile); 4 . reader.readAsText(oFile); 阅读全文
posted @ 2017-12-17 17:55 逗比煎饼侠 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 学习了H5中的webworker 下面写了个demo:一个加法计算器 在html文件中: 在w1.js文件中 阅读全文
posted @ 2017-12-17 17:00 逗比煎饼侠 阅读(245) 评论(0) 推荐(0) 编辑
摘要: localStorage和sessionStorage的区别: 1.存一个对象进localStorage 阅读全文
posted @ 2017-12-17 16:57 逗比煎饼侠 阅读(129) 评论(0) 推荐(0) 编辑
摘要: video和audio学习 demo: 阅读全文
posted @ 2017-12-17 16:54 逗比煎饼侠 阅读(313) 评论(0) 推荐(0) 编辑
摘要: demo; 阅读全文
posted @ 2017-12-17 16:53 逗比煎饼侠 阅读(160) 评论(0) 推荐(0) 编辑
摘要: demo:https://github.com/fei1314/HammerJs/tree/master 知识点: 更多用法见官网:http://hammerjs.github.io/getting-started/ 阅读全文
posted @ 2017-12-17 15:36 逗比煎饼侠 阅读(145) 评论(0) 推荐(0) 编辑