真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

shell-查看天氣

/bin 二進(jìn)制可執(zhí)行命令
/sbin 系統(tǒng)管理命令,這里存放的是系統(tǒng)管理員使用的管理程序
/usr/bin 眾多的應(yīng)用程序
/usr/sbin 超級用戶的一些管理程序

創(chuàng)新互聯(lián)專業(yè)為企業(yè)提供平江網(wǎng)站建設(shè)、平江做網(wǎng)站、平江網(wǎng)站設(shè)計(jì)、平江網(wǎng)站制作等企業(yè)網(wǎng)站建設(shè)、網(wǎng)頁設(shè)計(jì)與制作、平江企業(yè)網(wǎng)站模板建站服務(wù),10年平江做網(wǎng)站經(jīng)驗(yàn),不只是建網(wǎng)站,更提供有價(jià)值的思路和整體網(wǎng)絡(luò)服務(wù)。

$city = $argv[1];

$list = ['上海'=>'101020100','北京'=>'101010100'];

$code = isset($list[$city]) ? $list[$city] : '101010100';

//初始化

$ch = curl_init();

//設(shè)置選項(xiàng),包括URL

$URL ="http://www.weather.com.cn/data/cityinfo/".$code.".html";

curl_setopt($ch, CURLOPT_URL, $URL);

curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);

curl_setopt($ch, CURLOPT_HEADER, 0);

//執(zhí)行并獲取HTML文檔內(nèi)容

$output = curl_exec($ch);

//釋放curl句柄

curl_close($ch);

//打印獲得的數(shù)據(jù)

$data = json_decode($output,true);

$GREEN = "\033[1;32m";

$DEFAULT = "\033[0;49m";

$BOLD = "\033[1m";

$UNDERLINE = "\033[4m";

$NORMAL = "\033[m";

$RED = "\033[1;31m";

echo $BOLD.'發(fā)布時(shí)間:'.$GREEN.$data['weatherinfo']['ptime'].$DEFAULT;

echo "\r\n";

echo $BOLD.'最高溫度:'.$GREEN.$data['weatherinfo']['temp1'].$DEFAULT;

echo "\r\n";

echo $BOLD.'最低溫度:'.$GREEN.$data['weatherinfo']['temp2'].$DEFAULT;

echo "\r\n"

shell - 查看天氣

shell - 查看天氣

shell - 查看天氣


分享文章:shell-查看天氣
文章路徑:http://weahome.cn/article/pscdcs.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部