注意:该方法只能删除开头或是结尾的字符,不能删除中间部分的字符。 strip()方法语法: str.strip([chars]);. 示例: #!/usr/bin/python # -*- coding ...
確定! 回上一頁