摘要:
resp = My_Request_Get(xls_url) # My_Request_Get是我自己封装的请求函数,可修改为requests请求f = open('%s.xls' % _dic['title'], 'wb')f.write(resp.content)f.close()con_lis 阅读全文
posted @ 2018-10-17 09:38
python许三多
阅读(509)
评论(0)
推荐(0)
浙公网安备 33010602011771号