摘要: 记录 function test1(){ this.say = function(){} } function test2(){ this.say = function(){} return this; } console.time(); var t = new test1(); for (var 阅读全文
posted @ 2018-02-24 18:11 飞尽堂前燕 阅读(247) 评论(0) 推荐(0)
摘要: 这样会调取摄像机 执行拍照功能 <input type="file" capture="camera" accept="image/*" name="" value="点我拍照" > 这个会调用摄像机 执行录像功能。 <input type="file" capture="camera" accep 阅读全文
posted @ 2018-02-24 16:22 飞尽堂前燕 阅读(1243) 评论(0) 推荐(0)