如
ids = (33,4) ' '.join(str(x) for x in ids)
应该会输出33 4
https://www.runoob.com/python3/python3-data-structure.html ↩︎
欢迎分享,转载请注明来源:内存溢出
如
ids = (33,4) ' '.join(str(x) for x in ids)
应该会输出33 4
https://www.runoob.com/python3/python3-data-structure.html ↩︎
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)