额就是asc码转化一下,手动也行,练练编程:
__author__ = 'BlackCat'
a="84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 108, 105, 114, 115, 115, 99, 100, 99, 101, 108, 111, 108".split(', ')
b=[]
for i in a:
b.append(chr(int(i)))
print ''.join(b)
得到:
The solution is: lirsscdcelol