摘要: bcode parser不使用switch实现 B编码中有四种类型:string,integer,dictionary,list。示例分别如下: integer: i43e 表示数字32。 string: 5:world 前面数字表示字符长度为5,字符串为world。 dictionary: d9: 阅读全文
posted @ 2021-12-13 16:40 uttep 阅读(237) 评论(0) 推荐(0)