Wiki
Books
Shop
Courses
Careers
Change language
English
Italiano
Deutsch
Français
Español
Türk
Русский
Português
Polski
Nederlandse
中文
한국어
日本語
हिन्दी
Python.Engineering
Wiki
Python 中是否有“string.split()”的生成器版本?
Python 中是否有“string.split()”的生成器版本?
code Python module
|
html Python module
|
http Python module
|
io Python module
|
Python functions
|
Rar PHP module
|
re Python module
|
SPL PHP module
|
StackOverflow
|
string Python module
|
types Python module
Michael Zippo
11.03.2022
string.split()
返回一個
list
實例。是否有返回
generator
的版本?有沒有理由反對使用生成器版本?