s.replace('old', 'new') -- returns a string where all occurrences of 'old' have been replaced by 'new'; s.split('delim') -- returns a list of ...
確定! 回上一頁