2021年7月30日
摘要: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <string.h> 4 /* 5 *模拟实现道具店购物功能(商店暂时只支持一种类型的商品) 6 *商品具备名称,价格,库存等属性 7 *模拟玩家购买游戏道具 8 *1.玩家选择要购买的道具 阅读全文
posted @ 2021-07-30 12:45 Bytezero! 阅读(138) 评论(0) 推荐(0) 编辑