标签: python list for-loop
我在python中遇到了一些我完全无法理解的代码。
[func([t.string]) for t in textList]
其中textList是html标签封闭文本的列表。它做了什么以及它与此有何不同?
for t in textList func(t.string)