gpt4 book ai didi

python - 从python中的列表中获取第一个非空字符串

转载 作者:太空狗 更新时间:2023-10-29 18:14:23 26 4
gpt4 key购买 nike

在 Python 中,我有一个字符串列表,其中一些可能是空字符串。获取第一个非空字符串的最佳方法是什么?

最佳答案

next(s for s in list_of_string if s)

编辑:根据 Stephan202 在评论中建议的 py3k 证明版本,谢谢。

关于python - 从python中的列表中获取第一个非空字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1138024/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com