标签:ble 常用 iterable 返回 返回值 http strong 序列 png
map(function, iterable, ...)
功能:map() 会根据提供的函数对指定序列做映射。
第一个参数 function 以参数序列中的每一个元素调用 function 函数,返回包含每次 function 函数返回值的新列表。
参考:
http://www.runoob.com/python/python-func-map.html
标签:ble 常用 iterable 返回 返回值 http strong 序列 png
原文地址:https://www.cnblogs.com/sbj123456789/p/9465528.html