博客园 :: :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2014年12月5日

摘要: #coding:utf-8wfile = open('test.txt','w')str=''' 在广大玩家的要求下这款修改器诞生了,这首先要归功于太阁狂人_Cath_Sean的大力支持,这款修改器80%的数据都是有他提供的。真的是非常的感谢!然后还要感谢光荣论坛的每一位,他们都给了我很大的帮助,... 阅读全文
posted @ 2014-12-05 11:29 #include<stdio.h> 阅读(297) 评论(0) 推荐(0) 编辑

摘要: #coding:utf-8rfile = open('test.txt','r')str=[]for x in rfile: str = x.split(',')for x in str: print (chr(int(x)),end='')rfile.close() 阅读全文
posted @ 2014-12-05 11:12 #include<stdio.h> 阅读(834) 评论(0) 推荐(0) 编辑