xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡(jiǎn)介

Python做的垃圾分類查詢,基于網(wǎng)站 "https://lajifenleiapp.com/"做的一個(gè)軟件,能快速分類垃圾

資源截圖

代碼片段和文件信息

import?requests
from?bs4?import?BeautifulSoup
from?urllib.request?import?quote
import?re
import?tkinter?as?tk
window?=?tk.Tk()
window.title(‘垃圾分類查詢‘)
window.geometry(‘500x300‘)??#?這里的乘是小x

def?check_Action():
????s_garbage?=?var_garbage.get()????
????#?轉(zhuǎn)碼
????sGoods?=?quote(s_garbageencoding=‘utf-8‘)
????try:
????????r?=?requests.get(‘https://lajifenleiapp.com/sk/‘?+?sGoods)
????????#?獲取數(shù)據(jù)
????????bs_ele=?BeautifulSoup(r.text‘html.parser‘)
????????bs_all_row?=?bs_ele.find_all(‘div‘?class_?=?‘row‘)
????????bs_row?=?bs_all_row[2]
????????bs_span?=?bs_row.find_all(‘span‘)
????????#?魚骨
????????#print(bs_span[0].text)
????????#?屬于
????????match_obj?=?re.findall(r‘[\u4e00-\u9fa5]+‘bs_span[1].text)
????????#print(match_obj[0])
????????#?濕垃圾(廚余垃圾)
????????#print(bs_span[2].text)????
????????s_what.set(bs_span[0].text)
????????s_belog.set(match_obj[0])
????????s_target.set(bs_span[2].text)????????
????except?Exception:
????????s_

評(píng)論

共有 條評(píng)論