11 2021 档案

摘要:#include<stdio.h> #include<iostream> #define CURL_STATICLIB #include "curl/curl.h" #include<ctime> #pragma comment(lib, "ws2_32.lib") #pragma comment( 阅读全文
posted @ 2021-11-16 13:16 琵琶真的行 阅读(141) 评论(0) 推荐(0)
摘要:import csv import random import re # 这是头部命名字段 请根据自己的实际情况添加 headers = ['id','name','age',... ] data = [] # with句柄 好处是自动关闭文件对象 with open("1.csv") as csv 阅读全文
posted @ 2021-11-08 15:19 琵琶真的行 阅读(4283) 评论(0) 推荐(1)