strip()方法用于移除字符串头尾指定的字符(默认为空格或换行符)或字符序列。 ... s = 'string methods in python'.split(' ', maxsplit=1) print(s)
確定! 回上一頁