從統計局抓取2023年最新的全國區縣資料!!

2022-01-11 03:56:21 字數 986 閱讀 6437

using

system;

using

system.collections.generic;

using

system.web;

using

system.web.ui;

using

system.web.ui.webcontrols;

using

htmlagilitypack;

using

system.text;

public

partial

class

抓取區縣 : system.web.ui.page

protected

void button1_click(object

sender, eventargs e)

}//getarea("

",2);

}

//////

遞迴讀取方法

/// ///

下級位址

///下級深度

///上級**

void getarea(string url, int dep, string

parentcode)

else}}

}//////

分級連線符

/// ///

///string joinstr(int

dep)

return

str;

}//////

不同級別不同的class名稱

/// ///

///string classname(int

dep)

;return

str;}}

你可以用來寫入你的資料庫即可。

效果如下:

使用selenium爬取國家統計局人口普查資訊

此爬蟲使用了以下庫 selenium chromedriver beautifulsoup requests 如下 from selenium import webdriver from selenium.webdriver.chrome.options import options from bs...

瑞星保衛統計局殺軟網路版獲青睞

近日,瑞星公司中標北京統計局,通過高階產品與專業服務相結合,為其業務專網搭建了完整的資訊保安架構,全面保障北京統計局業務專網的穩定執行。在此之前,瑞星公司已與全國多省市的統計局局進行過合作,均獲得了使用者的一致好評。北京統計局作為北京市政統計工作的核心機構,管具有龐大複雜的網路環境。由於統計工作與國...

抓取豆瓣2023年電影 分類 python

嗯,這次簡單點 突然很想看電影,於是就抄起了python搞了一發豆瓣的電影年度清單,順便統計了評分排名和分類之類的。還算簡單吧 16年電影都在這個鏈結 大概 83 ad e9 97 a8 sort time page limit 365 page start 0 這裡其實是可以get傳輸直接訪問豆瓣...