摘要: print(format(14,'#b')) print(format(14,'b')) print(bin(14)) 运行结果 0b111011100b1110 阅读全文
posted @ 2021-07-02 14:51 社会你玲姐 阅读(118) 评论(0) 推荐(0)