摘要: import os import shutil ''' num=0 for fi in os.listdir('./train_A/'): shutil.copy('./train_A/'+fi,'./all/'+str(num)+'_'+fi) shutil.copy('./train_B/'+' 阅读全文
posted @ 2021-01-07 15:21 皮卡皮卡妞 阅读(49) 评论(0) 推荐(0)
摘要: # -*- coding: utf-8 -*- """ Created on Sun Sep 13 21:35:34 2020 @author: ydc """ import re import requests from urllib import error from bs4 import Be 阅读全文
posted @ 2021-01-07 14:52 皮卡皮卡妞 阅读(60) 评论(0) 推荐(0)