length ('cat') ans = 3 >> ans = 1 >> length('') ans = 0 length(' ') Notice that there is a difference between an empty string, which has a length of zero, ...
確定! 回上一頁