发布时间:2019-07-13 11:37:12编辑:auto阅读(2182)
python的len函数:
Python len() 方法返回对象(字符、列表、元组等)长度或项目个数。
如:
ret = os.popen('netstat -ntpl | grep apache2').readlines()
if len(ret) < 2:
if len(ret) == 0:
上一篇: Python之装饰器
下一篇: python 虚环境部署
54066
40829
35338
31001
25893
25629
24066
19592
15671
15151
1873°
1724°
1818°
1886°
1888°
2057°
2017°
1848°
1936°
1918°