Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
神操作
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
python神操作将list拉平
python 神操作 将list 拉平
list_of_lists = [[1], [2, 3], [4, 5, 6]]
sum(list_of_lists, [])
05-11 22:11