e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理

2020年5月29日 #

摘要: 代码: import requests from bs4 import BeautifulSoup r=requests.get("http://exesoft.gitee.io/webshow/spider.html") r.encoding="utf-8" soup=BeautifulSoup( 阅读全文
posted @ 2020-05-29 16:37 e媒网络技术团队 阅读(231) 评论(0) 推荐(0) 编辑

摘要: 代码1: a=[3.45,4.45,5] b=[5,4] c=["aa",456,True] myList=[] myList.append(a) myList.append(b) myList.append(c) print(myList) 代码2: #coding=utf-8 list=[] f 阅读全文
posted @ 2020-05-29 16:18 e媒网络技术团队 阅读(236) 评论(0) 推荐(0) 编辑