博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
多字符串拼接
阅读量:6760 次
发布时间:2019-06-26

本文共 265 字,大约阅读时间需要 1 分钟。

fruits = ['orange', 'apple', 'banana', 'pear']

','.join(fruits)

'orange,apple,banana,pear'

help(str.join)

join(...)    S.join(iterable) -> str        Return a string which is the concatenation of the strings in the    iterable.  The separator between elements is S.

转载地址:http://swdeo.baihongyu.com/

你可能感兴趣的文章
云计算学习规划
查看>>
货币宽松的终极猜想:终结
查看>>
Linux 下多核CPU知识
查看>>
数学之美笔记(三)
查看>>
用友U8登录控件的使用
查看>>
ansible自动化部署zabbix客户端
查看>>
我的友情链接
查看>>
MyCat部署运行(Linux环境)与使用步骤详解
查看>>
超好用的c#IDE SharpDevelop 5.0
查看>>
Linux下搭建日志服务器
查看>>
windows下的开发相关工具集合
查看>>
命令详解:e2fsck
查看>>
将重复数据内容信息累加
查看>>
Zookeeper 绑定指定IP
查看>>
PCB板的跨分割设计
查看>>
我的友情链接
查看>>
Vue快速入门-1-Vue的简单使用
查看>>
回文的判断 (数字、字符串)
查看>>
ActiveX控件在注册表中注册信息整理
查看>>
我的友情链接
查看>>