python获取字符串长度

Posted on 2019-11-20 23:37  猫头唔食鱼  阅读(2094)  评论(0编辑  收藏  举报

len(str)获取字符串长度

str = "abc"
len(str)  # 3