WebLinuxStudy

导航

 

2021年4月20日

摘要: import re str = 'abc def gh ijk' strAfter = re.sub(' +', '', str) print(strAfter) 阅读全文
posted @ 2021-04-20 17:51 WebLinuxStudy 阅读(1900) 评论(0) 推荐(0)