Example: lua string length -- One can get the length of a string by using the # (length) operator. -- The metamethod for this operator is __len. local str ...
確定! 回上一頁