UPDATE

上级 80f67a9e
<script setup> <!DOCTYPE html>
import tanchishe from './components/tanchishe.vue' <html>
</script> <head>
<title>贪吃蛇游戏</title>
<template> <style type="text/css">
<tanchishe></tanchishe> canvas {
</template> border: 1px solid #333;
\ No newline at end of file }
</style>
</head>
<body>
<canvas id="canvas" width="300" height="300"></canvas>
<script src="snake.js"></script>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册