批踢踢實業坊
›
精華區
beta
mud_sanc
關於我們
聯絡資訊
返回上層
F-043 len
原文:
return the length of the string s
中文:
回報一個字串的長度。
格式:
%len(s)
範例:
#show %len("hi all")
顯示字串hi all的總長度,結果為5。有空格在首尾時要用""括起來。 中文字一個字長度為2。