del 不是方法,是Python 中的关键字,专门用来执行删除操作,它不仅可以删除 ... name1.remove('php') ValueError: list.remove(x): x not in list
確定! 回上一頁