04 2021 档案

摘要:#include"stdio.h" #define count 3 封装 typedef struct student{ int num;//学号 char name[10];//十个学生名字大小 int sore1;//分数一 int sore2;//分数二 int sore3;//分数三 int 阅读全文
posted @ 2021-04-15 18:57 小魏同学呀 阅读(300) 评论(0) 推荐(0)
摘要:#include"stdio.h" #define TYPEDEF int void main() { int h,k,i; int temp,count; int S[]={23,435,45,678,879,43,67}; count=sizeof(S)/sizeof(TYPEDEF); for 阅读全文
posted @ 2021-04-15 18:25 小魏同学呀 阅读(49) 评论(5) 推荐(0)
摘要:import requests from bs4 import BeautifulSoup import openpyxl def gethtmltext(url): try: header={ 'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) 阅读全文
posted @ 2021-04-15 18:09 小魏同学呀 阅读(51) 评论(0) 推荐(0)