05 2022 档案

摘要:1、扒取网页 req = requests.get(url = target) html = req.text bf = BeautifulSoup(html,'html.parser') texts = bf.find_all('a') print(texts) 2、输出结果 3、F12查看原页面 阅读全文
posted @ 2022-05-30 16:25 方寸堂 阅读(636) 评论(0) 推荐(0)
摘要:1、index.wxml <view class="main"> <image class="jishi" src=""></image> <label>已用时:{{h}}:{{m}}:{{s}}</label> </view> 2、index.js // index.js // 获取应用实例 co 阅读全文
posted @ 2022-05-14 20:33 方寸堂 阅读(357) 评论(0) 推荐(0)