python字符类型的一些方法小结

小野猫子 7 0 PDF 2020-12-31 16:12:33

int 数字类型 class int(object): """ int(x=0) -> int or long int(x, base=10) -> int or long Convert a number or string to an integer, or return 0 if no arguments are given. If x is floating point, the conversion truncates towards zero. If x is outside the integer range, the function returns

用户评论
请输入评论内容
评分:
暂无评论