摘要: 问题描述 练习2-3 编写函数htoi(s),把由16进制数字组成的字符串(包含可选的前缀0X或0x)转换成与之等价的整形值。字符串中允许包含的数字包括:0 ~ 9, a ~ f,A ~ F。 Write the function htoi(s) , which converts a string 阅读全文
posted @ 2020-05-09 16:36 益生李佳菌 阅读(470) 评论(0) 推荐(0)