python中 zip截短 zip

    xiaoxiao2023-11-07  103

    区别:

    截断:zip() 补长:itertools.zip_longest() 如果不加fillvalue,默认为None

    最新回复(0)