Python中的 .join()用法
Aug 11, 2022
1 min read
';'.join([a,b,c]) >> 'a;b;c'