Python strip ()多个字符? 我想删除字符串中的任何括号。为什么这不能正常工作? >>> name = "Barack (of Washington)" >>> name = name.strip("(){}<>") >>> print ...
確定! 回上一頁