Board logo

標題: 哪裡錯ㄌ˙˙ [打印本頁]

作者: johnson    時間: 2012-9-8 11:40     標題: 哪裡錯ㄌ˙˙

  1. <!DOCTYPE>
  2. <head>
  3. <meta charset="utf-8">
  4. </head>
  5. <body>
  6. <div id="gameArea"><canvas id="sameCanvas"></canvas></div>
  7. <script>
  8.         var gameHeight=window.innerHeight;
  9.         var gameWidth =window.innerWidth ;
  10.         var gameArea  =document.getElementById("gameArea")  ;
  11.         var gameCanvas=document.getElementById("gameCanvas");
  12.         gameArea.style.height=gameHeight;
  13.         gameArea.style.width=gameWidth;
  14.         gameCanvas.height=gameHeight;
  15.         gameCanvas.width=gameWidth;
  16.         var ctx=gameCanvas.getContext("2d");
  17.         ctx.fillStyle="rgb(0,0,0)";
  18.         ctx.fillRect(0,0,gameWidth,gameHeight);
  19. </script>
  20. </body>
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2