split(sep=None, maxsplit=-1) # Return a list of the words in the string, using sep as the delimiter string. # If maxsplit is given, at most maxsplit splits are ...
確定! 回上一頁