Python实用函数

来源:互联网 发布:安卓网络监控 编辑:程序博客网 时间:2024/06/10 11:04

1,dir() 显示对象的属性
2,type() 显示对象的类型
3,open() 打开文件
4,len() 对象的长度
5,range() 返回整数数列
6,

0 0