随笔分类 -  javascript

摘要:/* 实例化camvas配置参数 config = { video:{width:Number(scale*4),height:Number(scale*3)},//视频比例4:3 canvasId:'canvas',//画布canvas节点ID videoId:'v',//video节点ID imgType:'png',//图片类型,/png|jpeg|bmp|gif/ quality:'1' 阅读全文
posted @ 2019-09-01 17:35 fosonR 阅读(3934) 评论(0) 推荐(0)
摘要:/** * 对象定义 * @authors Your Name (you@example.org) * @date 2019-08-18 15:10:38 * @version $Id$ */ var print0 = (function() { var test = {}; test.test0 = function() { console.log('test0') console.log(th 阅读全文
posted @ 2019-08-18 22:49 fosonR 阅读(253) 评论(0) 推荐(0)