随笔分类 -  sagewithpython

摘要:问题: 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 阅读(932) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示