2017年10月3日
摘要: https://docs.python.org/3/library/functions.html#next bin()二进制 oct()八进制 int()十进制 str()字符串 print(hex(15)) i = int('11',base=8) print(i) # i = int('0xe' 阅读全文
posted @ 2017-10-03 12:25 43125471 阅读(124) 评论(0) 推荐(0) 编辑