Training: ASCII (Training, Encoding)
题目描述
In a computer, you can only work with numbers.
In this challenge you have to decode the following message, which is in ASCII.
84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 112, 111, 104, 108, 102, 101, 108, 105, 111, 100, 115, 98
在电脑里,你只能和数字打交道。
在这个挑战中,你必须解码下面的消息,它是ASCII格式的。
84, 104, 101, 32, 115, 111, 108, 117, 116, 105, 111, 110, 32, 105, 115, 58, 32, 112, 111, 104, 108, 102, 101, 108, 105, 111, 100, 115, 98
解:
看数字应该是10进制,Decode走起
得到关键信息:The solution is : pohlfeliodsb
wechall相关链接:我的wechall之旅??!