Home Backend Development PHP Tutorial PM2.5数据采集_PHP教程

PM2.5数据采集_PHP教程

Jul 13, 2016 am 10:34 AM
aspnet software programming

PM2.5最权威的机构(环保部)

页面地址 http://datacenter.mep.gov.cn/aqi/Default.jsp

其内容:

  






<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>空气质量</title>
<link rel="stylesheet" type="text/css" href="styles/reset.css">
    <link rel="stylesheet" type="text/css" href="styles/tabCtrol.css">
    <link rel="stylesheet" type="text/css" href="styles/Style.css">
    <script type="text/javascript" src="FusionCharts/JSClass/FusionCharts.js"></script>
    <script type="text/javascript" src="Scripts/jquery-1.7.1.min.js"></script>
    <script type="text/javascript" src="Scripts/jquery.tabCtrol.js"></script>
    <script type="text/javascript">
    $(function () {
        $(".tabCtrol").tabCtrol({ tabStyle: "arrowCyan" });
        $(".AQI_btn a").eq(0).addClass("current");
        $(".pm").hide();
        $(".AQI_btn a").click(function () {
            $(".AQI_btn a.current").removeClass("current");
            $(this).addClass("current");
            if ($(this).index()) {
                $(".tj").hide();
                $(".pm").show();
            } else {
                $(".pm").hide();
                $(".tj").show();
            }
        });
        BindCharts();
    });

    function BindCharts() {
        var chart1 = new FusionCharts("FusionCharts/Charts/Pie3D.swf", "myChartId", "270", "195", "0", "1");
        chart1.setDataXML(" <?xml version='1.0' encoding='utf-8' ?><graph  baseFontSize='10' baseFont='宋体' baseFontColor='0C3843' pieRadius='80' smartLabelClearance='0.1' decimalPrecision='1' forceDecimals='1' caption='' showLegend='1' legendPosition='BOTTOM' legendIconScale='1'  showBorder='0' bgColor='FFFFFF' numberSuffix='%'  showvalues='1' shownames='0' rotateNames='1' chartLeftMargin='0' chartRightMargin='0' chartTopMargin='0' chartBottomMargin='5'><set name='优' value='5.6' color='00FF01' /><set name='良' value='65.8' color='00B8E6' /><set name='轻度污染' value='21.1' color='838134' /><set name='中度污染' value='5.6' color='FF5500' /><set name='重度污染' value='0.6' color='FE0000' /><set name='严重污染' value='1.2' color='' />");
        //chart1.setDataURL("Data1.xml");
        chart1.render("Div_Chart_01");
        var chart2 = new FusionCharts("FusionCharts/Charts/Column2D.swf", "myChartId", "266", "177", "0", "1");
        chart2.setDataXML(" <?xml version='1.0' encoding='utf-8' ?><chart  baseFontSize='11' baseFont='宋体' baseFontColor='0C3843' captionPadding='0' caption='2014年04月05日城市空气质量 日报前十名' yAxisName='污染指数(AQI)' chartLeftMargin='0' chartRightMargin='3' chartTopMargin='0' chartBottomMargin='0' showBorder='0' bgColor='FFFFFF' showvalues='0' yAxisMinValue='0' yAxisMaxValue='200' numDivLines='3'  ><set name='齐齐哈尔' value='39' color='6967EF' /><set name='海口' value='44' color='6967EF' /><set name='张家口' value='47' color='6967EF' /><set name='承德' value='48' color='6967EF' /><set name='大庆' value='48' color='6967EF' /><set name='本溪' value='49' color='6967EF' /><set name='三亚' value='49' color='6967EF' /><set name='丹东' value='49' color='6967EF' /><set name='盘锦' value='49' color='6967EF' /><set name='抚顺' value='51' color='6967EF' />");
        chart2.render("Div_Chart_02");
        var chart3 = new FusionCharts("FusionCharts/Charts/Column2D.swf", "myChartId", "266", "177", "0", "1");
        chart3.setDataXML(" <?xml version='1.0' encoding='utf-8' ?><chart baseFontSize='11' baseFont='宋体' baseFontColor='0C3843' captionPadding='0' caption='2014年04月05日城市空气质量 日报后十名' yAxisName='污染指数(AQI)' chartLeftMargin='0' chartRightMargin='3' chartTopMargin='0' chartBottomMargin='0' showBorder='0' bgColor='FFFFFF' showvalues='0' yAxisMinValue='0' yAxisMaxValue='550' numDivLines='10' yAxisValuesStep='2' showYAxisValues='1'  showLimits='1'><set name='乌鲁木齐' value='500' color='6967EF' /><set name='库尔勒' value='317' color='6967EF' /><set name='柳州' value='202' color='6967EF' /><set name='武汉' value='183' color='6967EF' /><set name='克拉玛依' value='174' color='6967EF' /><set name='宜昌' value='169' color='6967EF' /><set name='桂林' value='165' color='6967EF' /><set name='张家界' value='160' color='6967EF' /><set name='开封' value='157' color='6967EF' /><set name='荆州' value='153' color='6967EF' />");
        chart3.render("Div_Chart_03");
    }
    </script>



<div class="AQI_wrap">
            <div class="tabCtrol">
                <div class="tabCtrolBtnBox">
                    <div class="backgroundLeft"></div>
                    <li><a><span>AQI日报</span></a></li>
                    <li><a><span>AQI实时报</span></a></li>
                    <div class="tabtime">2014年04月05日</div>
            		<div class="tabtime">2014年04月06日18时</div>
                    <div class="backgroundRight"></div>
                </div>
                <div class="tabCtrolConBox">
                    <div class="tabCtrolCon">
                        <div class="tj">
                            <div class="table">
                                <table>
                                    <tr class="c3">
                                        <th width="25%">城市</th>
                                        <th width="20%">AQI</th>
                                        <th width="25%">级别</th>
                                        <th width="30%">首要污染物</th>
                                    </tr>
                                </table>
                                <div id="demo" style="overflow: hidden; height: 184px; width: 270px; border-bottom: 1px solid #CCC;cursor:pointer;">
                                    <div id="demo1">
                                        <table>
                                        
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=北京市&');">北京市</td>
                                                <td width="20%">68</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=天津市&');">天津市</td>
                                                <td width="20%">108</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=石家庄市&');">石家庄市</td>
                                                <td width="20%">107</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=唐山市&');">唐山市</td>
                                                <td width="20%">85</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=秦皇岛市&');">秦皇岛市</td>
                                                <td width="20%">118</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=邯郸市&');">邯郸市</td>
                                                <td width="20%">113</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=邢台市&');">邢台市</td>
                                                <td width="20%">138</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=保定市&');">保定市</td>
                                                <td width="20%">97</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=承德市&');">承德市</td>
                                                <td width="20%">48</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=沧州市&');">沧州市</td>
                                                <td width="20%">92</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=廊坊市&');">廊坊市</td>
                                                <td width="20%">84</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=衡水市&');">衡水市</td>
                                                <td width="20%">100</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=张家口市&');">张家口市</td>
                                                <td width="20%">47</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=太原市&');">太原市</td>
                                                <td width="20%">98</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=大同市&');">大同市</td>
                                                <td width="20%">53</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=阳泉市&');">阳泉市</td>
                                                <td width="20%">138</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=长治市&');">长治市</td>
                                                <td width="20%">75</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=临汾市&');">临汾市</td>
                                                <td width="20%">96</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=呼和浩特市&');">呼和浩特市</td>
                                                <td width="20%">66</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=包头市&');">包头市</td>
                                                <td width="20%">73</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=赤峰市&');">赤峰市</td>
                                                <td width="20%">84</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=鄂尔多斯市&');">鄂尔多斯市</td>
                                                <td width="20%">76</td>
                                                <td width="25%">良</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=沈阳市&');">沈阳市</td>
                                                <td width="20%">55</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=大连市&');">大连市</td>
                                                <td width="20%">63</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=鞍山市&');">鞍山市</td>
                                                <td width="20%">73</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=抚顺市&');">抚顺市</td>
                                                <td width="20%">51</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=本溪市&');">本溪市</td>
                                                <td width="20%">49</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=丹东市&');">丹东市</td>
                                                <td width="20%">49</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=锦州市&');">锦州市</td>
                                                <td width="20%">62</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=营口市&');">营口市</td>
                                                <td width="20%">61</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=盘锦市&');">盘锦市</td>
                                                <td width="20%">49</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=葫芦岛市&');">葫芦岛市</td>
                                                <td width="20%">59</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=长春市&');">长春市</td>
                                                <td width="20%">54</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=吉林市&');">吉林市</td>
                                                <td width="20%">52</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=哈尔滨市&');">哈尔滨市</td>
                                                <td width="20%">55</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=齐齐哈尔市&');">齐齐哈尔市</td>
                                                <td width="20%">39</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c1">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=大庆市&');">大庆市</td>
                                                <td width="20%">48</td>
                                                <td width="25%">优</td>
                                                <td width="30%"></td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=牡丹江市&');">牡丹江市</td>
                                                <td width="20%">55</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=上海市&');">上海市</td>
                                                <td width="20%">78</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=南京市&');">南京市</td>
                                                <td width="20%">98</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=无锡市&');">无锡市</td>
                                                <td width="20%">84</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=徐州市&');">徐州市</td>
                                                <td width="20%">83</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=常州市&');">常州市</td>
                                                <td width="20%">76</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=苏州市&');">苏州市</td>
                                                <td width="20%">105</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=南通市&');">南通市</td>
                                                <td width="20%">87</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=连云港市&');">连云港市</td>
                                                <td width="20%">66</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=淮安市&');">淮安市</td>
                                                <td width="20%">73</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=盐城市&');">盐城市</td>
                                                <td width="20%">70</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=扬州市&');">扬州市</td>
                                                <td width="20%">79</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=镇江市&');">镇江市</td>
                                                <td width="20%">82</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=泰州市&');">泰州市</td>
                                                <td width="20%">82</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=宿迁市&');">宿迁市</td>
                                                <td width="20%">75</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=杭州市&');">杭州市</td>
                                                <td width="20%">97</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=宁波市&');">宁波市</td>
                                                <td width="20%">85</td>
                                                <td width="25%">良</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=温州市&');">温州市</td>
                                                <td width="20%">95</td>
                                                <td width="25%">良</td>
                                                <td width="30%">NO2</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=嘉兴市&');">嘉兴市</td>
                                                <td width="20%">89</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=湖州市&');">湖州市</td>
                                                <td width="20%">82</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=金华市&');">金华市</td>
                                                <td width="20%">107</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=衢州市&');">衢州市</td>
                                                <td width="20%">127</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=舟山市&');">舟山市</td>
                                                <td width="20%">80</td>
                                                <td width="25%">良</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=台州市&');">台州市</td>
                                                <td width="20%">111</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=丽水市&');">丽水市</td>
                                                <td width="20%">99</td>
                                                <td width="25%">良</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=绍兴市&');">绍兴市</td>
                                                <td width="20%">94</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=合肥市&');">合肥市</td>
                                                <td width="20%">98</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=芜湖市&');">芜湖市</td>
                                                <td width="20%">109</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=马鞍山市&');">马鞍山市</td>
                                                <td width="20%">109</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=福州市&');">福州市</td>
                                                <td width="20%">69</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=厦门市&');">厦门市</td>
                                                <td width="20%">95</td>
                                                <td width="25%">良</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=泉州市&');">泉州市</td>
                                                <td width="20%">80</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=南昌市&');">南昌市</td>
                                                <td width="20%">95</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM2.5</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=九江市&');">九江市</td>
                                                <td width="20%">98</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=济南市&');">济南市</td>
                                                <td width="20%">101</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=青岛市&');">青岛市</td>
                                                <td width="20%">81</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=淄博市&');">淄博市</td>
                                                <td width="20%">79</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=枣庄市&');">枣庄市</td>
                                                <td width="20%">108</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=东营市&');">东营市</td>
                                                <td width="20%">89</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=烟台市&');">烟台市</td>
                                                <td width="20%">57</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=潍坊市&');">潍坊市</td>
                                                <td width="20%">76</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=济宁市&');">济宁市</td>
                                                <td width="20%">85</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=泰安市&');">泰安市</td>
                                                <td width="20%">73</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=威海市&');">威海市</td>
                                                <td width="20%">66</td>
                                                <td width="25%">良</td>
                                                <td width="30%">臭氧8小时</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=日照市&');">日照市</td>
                                                <td width="20%">67</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=莱芜市&');">莱芜市</td>
                                                <td width="20%">67</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=临沂市&');">临沂市</td>
                                                <td width="20%">72</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=德州市&');">德州市</td>
                                                <td width="20%">99</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=聊城市&');">聊城市</td>
                                                <td width="20%">125</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=滨州市&');">滨州市</td>
                                                <td width="20%">80</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                           </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=菏泽市&');">菏泽市</td>
                                                <td width="20%">93</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=郑州市&');">郑州市</td>
                                                <td width="20%">126</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c4">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=开封市&');">开封市</td>
                                                <td width="20%">157</td>
                                                <td width="25%">中度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=洛阳市&');">洛阳市</td>
                                                <td width="20%">88</td>
                                                <td width="25%">良</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=平顶山市&');">平顶山市</td>
                                                <td width="20%">149</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c3">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=安阳市&');">安阳市</td>
                                                <td width="20%">148</td>
                                                <td width="25%">轻度污染</td>
                                                <td width="30%">PM10</td>
                                            </tr>
                                            
                                            <tr class="c2">
                                                <td width="25%" onclick="window.open('http://datacenter.mep.gov.cn:80/report/air_daily/airCityMain.jsp?city=焦作市&');">焦作市</td>
                                                <td width="20%">92</td>
                                                <td width="25%"></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Copy after login
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications. The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications. Jul 29, 2023 pm 05:19 PM

The combination of Vue.js and ASP.NET provides tips and suggestions for performance optimization and expansion of web applications. With the rapid development of web applications, performance optimization has become an indispensable and important task for developers. As a popular front-end framework, Vue.js combined with ASP.NET can help us achieve better performance optimization and expansion. This article will introduce some tips and suggestions, and provide some code examples. 1. Reduce HTTP requests The number of HTTP requests directly affects the loading speed of web applications. pass

Ten ways generative AI will change software development Ten ways generative AI will change software development Mar 11, 2024 pm 12:10 PM

Translator | Reviewed by Chen Jun | Chonglou In the 1990s, when people mentioned software programming, it usually meant choosing an editor, checking the code into the CVS or SVN code base, and then compiling the code into an executable file. Corresponding integrated development environments (IDEs) such as Eclipse and Visual Studio can integrate programming, development, documentation, construction, testing, deployment and other steps into a complete software development life cycle (SDLC), thus improving the work of developers. efficiency. In recent years, popular cloud computing and DevSecOps automation tools have improved developers' comprehensive capabilities, making it easier for more enterprises to develop, deploy and maintain software applications. Today, generative AI is the next generation development

MySQL connection pool usage and optimization techniques in ASP.NET programs MySQL connection pool usage and optimization techniques in ASP.NET programs Jun 30, 2023 pm 11:54 PM

How to correctly use and optimize the MySQL connection pool in ASP.NET programs? Introduction: MySQL is a widely used database management system that features high performance, reliability, and ease of use. In ASP.NET development, using MySQL database for data storage is a common requirement. In order to improve the efficiency and performance of database connections, we need to correctly use and optimize the MySQL connection pool. This article will introduce how to correctly use and optimize the MySQL connection pool in ASP.NET programs.

How to reconnect to MySQL in ASP.NET program? How to reconnect to MySQL in ASP.NET program? Jun 29, 2023 pm 02:21 PM

How to reconnect to MySQL in ASP.NET program? In ASP.NET development, it is very common to use the MySQL database. However, due to network or database server reasons, the database connection may sometimes be interrupted or time out. In this case, in order to ensure the stability and reliability of the program, we need to re-establish the connection after the connection is disconnected. This article will introduce how to reconnect MySQL connections in ASP.NET programs. To reference the necessary namespaces first, reference them at the head of the code file

The combination of Vue.js and ASP.NET enables the development and deployment of enterprise-level applications The combination of Vue.js and ASP.NET enables the development and deployment of enterprise-level applications Jul 29, 2023 pm 02:37 PM

The combination of Vue.js and ASP.NET enables the development and deployment of enterprise-level applications. In today's rapidly developing Internet technology field, the development and deployment of enterprise-level applications has become more and more important. Vue.js and ASP.NET are two technologies widely used in front-end and back-end development. Combining them can bring many advantages to the development and deployment of enterprise-level applications. This article will introduce how to use Vue.js and ASP.NET to develop and deploy enterprise-level applications through code examples. First, we need to install

How to correctly configure and use MySQL connection pool in ASP.NET program? How to correctly configure and use MySQL connection pool in ASP.NET program? Jun 29, 2023 pm 12:56 PM

How to correctly configure and use MySQL connection pool in ASP.NET program? With the development of the Internet and the increase in data volume, the demand for database access and connections is also increasing. In order to improve the performance and stability of the database, connection pooling has become an essential technology. This article mainly introduces how to correctly configure and use the MySQL connection pool in ASP.NET programs to improve the efficiency and response speed of the database. 1. The concept and function of connection pooling. Connection pooling is a technology that reuses database connections. At the beginning of the program,

Using and optimizing transaction performance of MySQL connection pool in ASP.NET Using and optimizing transaction performance of MySQL connection pool in ASP.NET Jun 30, 2023 pm 12:12 PM

How to correctly use and optimize the transaction performance of MySQL connection pool in ASP.NET programs? In ASP.NET programs, database transactions are a very important part. Transactions ensure the consistency and integrity of the database while also providing better performance. When using a MySQL database, it is essential to use connection pools to manage connection resources and optimize performance. First, let us briefly understand the concept of MySQL connection pool. The connection pool is a buffer pool of a group of connections. By pre-initializing a certain number of

What are the built-in objects in aspnet? What are the built-in objects in aspnet? Nov 21, 2023 pm 02:59 PM

The built-in objects in ASP.NET include "Request", "Response", "Session", "Server", "Application", "HttpContext", "Cache", "Trace", "Cookie" and "Server.MapPath": 1. Request, indicating the HTTP request issued by the client; 2. Response: indicating the HTTP response returned by the web server to the client, etc.

See all articles