五子棋 · 宽格版(修复悔棋BUG) – html代码
来源:https://www.52pojie.cn/thread-2097227-1-1.html <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>五子棋 · 宽格版(修复悔棋BUG)</title> <style> * { box-sizing: border-box; user-select: none; margin: 0; padding: 0; } body { background: #2c3e4f;…