首页
编程
java
php
前端
首页
编程
java
php
前端
python编写程序函数问题求字符串长度问题
python定义一个函数求字符串长度,并返回值
def
get_len
(
str
):
return
len
(
str
)
这种事情,要不自己试试?
点击展开全文