iT邦幫忙

akitect 的所有最佳解答 5

python 轉json有誤

你所參考的 文章 部份内容已經過時: 關於 selenium 的部份,find_element_by_* 已經在新版被棄用,例如當中的 eles = dri...

2023-01-31 ‧ 由 提問

螢幕錄影軟體介紹

常見的 OBS 應該可以大致滿足你的需求重複擷取同一螢幕,再以 [濾鏡/剪裁] 或 [變型/剪裁] 裁剪其中畫面並調整特寫區域 很少用 OBS,可能有更好的做...

2022-08-14 ‧ 由 Rebacce 提問

網頁圖片原始碼,屬性連結顯示不完整

Protocol-relative URL 是相對路徑(relative URL)的一種,以保持使用當前的協議。 如果爬蟲使用的是 Python,可以透過 ur...

2022-08-07 ‧ 由 sbcat044 提問

Python from import的路徑問題

Python Documentation: Note that relative imports are based on the name of the c...

2022-08-02 ‧ 由 jojo 提問