replace()
摘要:
a = 'dv gbrg 1'a = a.replace(' ','')#用后面的取代前面的print(a) dvgbrg1 阅读全文
posted @ 2020-03-25 19:53 cltt 阅读(160) 评论(0) 推荐(0) 编辑
posted @ 2020-03-25 19:53 cltt 阅读(160) 评论(0) 推荐(0) 编辑
posted @ 2020-03-25 18:52 cltt 阅读(444) 评论(0) 推荐(0) 编辑
posted @ 2020-03-25 15:04 cltt 阅读(222) 评论(0) 推荐(0) 编辑
posted @ 2020-03-25 13:35 cltt 阅读(424) 评论(0) 推荐(0) 编辑