摘要: age name sex ['age', 'name', 'sex'] [35, 'test', 'nan'] user_info.pop("sex") del user_info["age"] 字典可以删除键值 阅读全文
posted @ 2017-11-19 17:47 学python 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 1、partition(self, sep): # real signature unknown; restored from __doc__ python ['python', 'java'] ['php'] java java ['python', 'php'] 8、remove(self, v 阅读全文
posted @ 2017-11-19 17:21 学python 阅读(203) 评论(0) 推荐(0) 编辑