Handy to clean up strings parsed out of a file. >>> ' hi there \n'.strip() 'hi there'. String Replace. s.replace(old, ...
確定! 回上一頁