摘要: 1 window.onload = function() { 2 3 var canvas = document.getElementById("canvas"); 4 5 canvas.width = 1024; 6 canvas.height = 768; 7 8... 阅读全文
posted @ 2015-03-25 21:52 HeyGeek 阅读(274) 评论(0) 推荐(0)