摘要: 1 /* 2 * Lottery.js 3 * version 1.0 4 * @example Lottery(id, start, end, goods, callBack); 5 */ 6 7 var Lottery = (function() { 8 var canvas, 9 render2D, 10 start, 11 end, 12 goods, 13 callBack, 14 canvasW, 15 canvasH,... 阅读全文
posted @ 2013-10-29 17:30 风之约 阅读(1163) 评论(0) 推荐(0) 编辑