第15670题 单选题
Python中int()函数将字符串转换为数值的正确使用是?
A
int("0b10000", 10)
B
int("16", 10)
C
int("16", 10)
D
int("0x10", 10)
程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析