随笔分类 - python
摘要:<svg xmlns="http://www.w3.org/2000/svg" style="display: none;"> <path stroke-linecap="round" d="M5,0 0,2.5 5,5z" id="raphael-marker-block" style="-web
阅读全文
摘要:# 导入模块 import random # 随机数模块 import pygame # 制作游戏模块 from os import path # 系统路径模块 # 游戏资源路径 img_dir = path.join(path.dirname(__file__), 'assets') sound_
阅读全文