出門旅遊時,或是在一些手機流量耗盡、無法上網的時候,可通過在臨走時定製一些天氣資訊,來傳送!
主要是通過linux cron + fetion + api/網頁解析
提供天氣資訊的**:
1. m.sohu.com 有乙個city引數,傳入encode(北京)來查詢當天的天氣,做相應解析即可
2. ,這需要乙個它所定義的乙個編碼,比如chxx0008 就是北京,明日天氣 :
3. sina天氣
北京當日天氣
4. 各大微博的天氣!
以下為轉過來的一些資訊:
google天氣api:
yahoo天氣api
北京天氣(可以通過搜尋查詢)
國內天氣api:
北京
Google API 獲取天氣預報資訊
要獲得天氣預報資訊可用利用google提供的藉口,城市名稱 拼音 它將返回乙個用xml封裝的天氣資訊。示例 shanghai 返回 xml version 1.0 xml api reply version 1 weather module id 0 tab id 0 mobile row 0 mo...
Google API 獲取天氣預報資訊
要獲得天氣預報資訊可用利用google提供的藉口,城市名稱 拼音 它將返回乙個用xml封裝的天氣資訊。示例 shanghai 返回 xml version 1.0 xml api reply version 1 weather module id 0 tab id 0 mobile row 0 mo...
C 獲取中國天氣網免費天氣預報資訊
中國天氣網介面位址 weathercitycode 為城市code 獲取的資訊為xml資料,所以在使用前我們可以將它轉化成字串,之後在序列化成天氣類 string weatherinfourl weathercitycode string weatherstr gethtml2 weatherinf...