my-first-blog 一种有趣的字符串去空格写法123456from functools import reducedef not_space(ch): if ch!=' ': return Truechlist=list(filter(not_space, "he llo world"))print(reduce(lambda x,y:x+y,chlist)) my-first-blog http://example.com/2025/03/30/my-first-blog/ 作者 John Doe 发布于 2025年3月30日 许可协议 c++小发现 上一篇 Please enable JavaScript to view the comments