string.len is a simple function designed to count the number of characters in a given string. number = string.len("string V") print(number) output: 8 when ...
確定! 回上一頁