python获取字符串长度的方法。
len()方式是来获取序列长度的一个方法。
比如a = 'abc' print len(a) 结果等于3,就是字符串对象的长度。
CopyRight © 2010-2021 脚本学堂 Jb200.com , All Rights Reserved.