摘要: 1、'-'.join([1, 2, 3]) #1-2-3 2、print('姓名%s, 年龄%s'%(name, age)) print('{}'.format(a)) 3、os.listdir #获取指定文件夹里面的文件或文件夹列表 4、os.path.join(root, img) #将多个部分 阅读全文
posted @ 2020-02-14 17:09 6+0 阅读(127) 评论(0) 推荐(0) 编辑