标签: python
构建1M元素列表的最快方法是什么?到目前为止,我所做的是标准'
l = [] for elem in elems: # process xml element to get id l.append(id)
最有效的方法是什么?