摘要: 问题: def string2number(str): """Convert a string to a number Input: string(big-endian) Output: long or integer """ return int(str.encode('hex'),16) myp 阅读全文
posted @ 2020-10-22 20:09 PiaYie 阅读(975) 评论(0) 推荐(0)