<!doctype html>
  <html>
  <head>
  <meta charset="utf-8">
  <title>webrx-title-QQ:7031633</title>
  <meta name="description" content="简介">
  <meta name="keywords" content="关键字">
  <link rel="stylesheet" type="text/css" href="index.css">
  <script src=""></script>
  </head>
   
   
  <body>
  <canvas ></canvas>
  <script>
  var canvas = document.getElementById('myCanvas');
  var ctx = canvas.getContext('2d');
  ctx.fillStyle='#ff0000';
  ctx.fillRect(0,0,300,300);
   
  ctx.beginPath();
  ctx.moveTo(0,80);
  ctx.lineTo(300,300);
  ctx.strokeStyle="white";
  ctx.stroke();
   
  ctx.moveTo(100,0);
  ctx.lineTo(300,300);
  ctx.strokeStyle="white";
  ctx.stroke();
   
  ctx.font="20px 隶书";
  ctx.fillStyle = "green";
  ctx.fillText("星",180,50);
  ctx.fillText("期",230,130);
  </script>
  <hr>
  <table width="483" border="1" cellpadding="0">
  <tr height="100">
  <td width="92">
  <canvas ></canvas>
  <script>
  var canvas = document.getElementById('m');
  var ctx = canvas.getContext('2d');
  ctx.fillStyle='#ffffff';
  ctx.fillRect(0,0,94,98);
   
  ctx.beginPath();
  ctx.moveTo(0,30);
  ctx.lineTo(94,98);
  ctx.strokeStyle="black";
  ctx.stroke();
   
  ctx.moveTo(35,0);
  ctx.lineTo(94,98);
  ctx.strokeStyle="black";
  ctx.stroke();
   
  ctx.font="20px 隶书";
  ctx.fillStyle = "green";
  ctx.fillText("星",60,30);
  ctx.fillText("期",230,130);
  </script>
  </td>
  <td width="92">&nbsp;</td>
  <td width="277">&nbsp;</td>
  </tr>
  <tr>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  </tr>
  <tr>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  </tr>
  </table>
  </body>
  </html>
 

相关文章:

  • 2021-04-01
  • 2021-04-10
  • 2021-05-23
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2021-12-09
  • 2021-11-23
  • 2021-07-11
  • 2021-11-29
  • 2022-12-23
  • 2021-04-30
  • 2021-04-13
相关资源
相似解决方案