len()方法返回字符串的長度。 語法以下是len() ... #!/usr/bin/python str = "this is string example....wow!!!"; print "Length of the string: ", len(str);.
確定! 回上一頁