xiaoquInfo = ['暂无参考均价', '中仪花园海伦堡', '113.403781', '22.540973', '2008年建成', '塔楼', '2元/平米/月', '海伦堡物业', '中山市中仪花园房地产开发有限公司', '19栋', '754户', '暂无门店信息']
#转换成为字符串并且以|||进行分割
Details = ('|||').join(xiaoquInfo)
相关文章
- 02-23python之list,tuple,str,dic简单记录(二)
- 02-23python基础(str,list,tuple)
- 02-23python 序列(list,tuple,str)基本操作
- 02-23python list 转换为str
- 02-23Python str list to list
- 02-23python 中str字符串 和list列表基本操作总结
- 02-23【转】python两个 list 获取交集,并集,差集的方法
- 02-23python中list 和str类型的互相转换
- 02-23python list unicode转中文显示
- 02-23python类型错误:can only concatenate list (not "str") to list