此方法返回字符串中的字符数。
length(str)
str - 源字符串
/* Main program */ a = "Hello World" say length(a)
当我们运行上述程序时,我们将得到以下结果。
11