Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想出了这个,但是有没有我想念的简单方法?
for s:char in split(s:string, '.\zs\ze.')
规范的方法是
for s:item in split(s:mylist, '\zs')