随笔分类 - js游戏
摘要:全程无参考,自行设计编码,2小时速通: <meta charset="UTF-8"> <style> * { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select
阅读全文
摘要:相信大家都用 c 语言写过贪吃蛇吧!今天让我们来试试 js 写的贪吃蛇! 全程无参考代码,完全自己设计和编写的代码哦~ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, m
阅读全文