1. 首页
  2. 数据库
  3. 其它
  4. python字符类型的一些方法小结

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

上传者: 2020-12-31 16:13:33上传 PDF文件 113.56KB 热度 6次
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
用户评论