iT邦幫忙

paicheng0111 所有喜歡的回答 212

爬蟲: 排除特定文字底下的所有標籤

不要再直接用美麗的湯了...pyquery都直接用css selector了。 然後這種問題,我個人偏愛先找出要找的index,然後去做slice。 from...

2021-06-25 ‧ 由 聰明貓 提問

急 python 爬蟲突然遭受阻擋

import requests def foodpanda( city_name): #建立縣市相對應網址字典 city = {"台北...

2021-06-23 ‧ 由 BB 提問

急 python 爬蟲突然遭受阻擋

防爬蟲,你只能改學selenium + beautifulSoap套件了

2021-06-23 ‧ 由 BB 提問

#Python 骰子問題

collections的Counter很好用 import random from collections import Counter numbers =...

2021-05-25 ‧ 由 jeff5364628 提問

#Python 骰子問題

打掉重練……… import random r = [0 for _ in range(6)] for _ in range(100): r[ran...

2021-05-24 ‧ 由 jeff5364628 提問