Python 入门:字符串链接及join用法

原文解释以下:python >>> a = 'abc' >>> help(a.join) Help on built-in function join: join(...) method of builtins.str instance S.join(iterable) -> str Return a string which is the concatenation of the string
相关文章
相关标签/搜索