Returns a copy of a given string truncated at a given length if the string is longer than the length. 'Once upon a time in a world far far away'.truncate(27) # ...
確定! 回上一頁