谈谈canvas的性能优化 - W·Axes - 推酷
2014年2月25日 - (getRandom(20,40)); this.color = []; this.cacheCanvas = document....虽然javascript提供了很方便的一些取整方法,像Math.floor,Math.ceil,parseInt...
canvas的性能优化 - 司徒正美 - 博客园
2014年2月27日 - canvas玩多了后,就会自动的要开始考虑性能问题了。怎么优化canvas的动画呢? 【...(); function getRandom(a , b){ return Math.random()*(b-a)+a; } ...