\n
{{name}}<\/div>\n \n \n \n \n \n \n \n<\/body>\n<\/html><\/pre>\n

現(xiàn)在,將瀏覽器URL指向http:\/\/localhost:8000\/app\/index.html,應(yīng)該會(huì)顯示名稱。<\/p>\n

創(chuàng)建圖表<\/strong><\/p>\n

現(xiàn)在,讓我們繪制一些圖表。首先,在index.html中包含Ajax API。<\/p>\n

{{name}}<\/div><\/pre>\n

接下來(lái),修改index.html中的div,如下所示。<\/p>\n

'use strict';\n\n\/* Controllers *\/\n\nangular.module('myApp.controllers', []).\n  controller('MyCtrl1', ['$scope',\n    function($scope) {\n      $scope.name = 'Jay';\n    }\n  ])\n  .controller('MyCtrl2', [\n    function() {\n\n    }\n  ]);<\/pre>\n

在controllers.js中加載Visualization API和linechart包。<\/p>\n

node scripts\/web-server.js<\/pre>\n

加載包后,我們需要初始化我們的Angular應(yīng)用程序。<\/p>\n

<\/pre>\n

angular.bootstrap是一個(gè)全局API,用于手動(dòng)啟動(dòng)Angular應(yīng)用程序。只需將Google Chart創(chuàng)建代碼復(fù)制并粘貼到控制器函數(shù)中,這就是我們的最終結(jié)果:<\/p>\n

<\/div><\/pre>\n

在運(yùn)行代碼之前,編輯index.html并從html標(biāo)簽中刪除ng-app=\"myApp\"。ng-app使用應(yīng)用程序引導(dǎo)元素。但是,由于我們已經(jīng)在控制器代碼中執(zhí)行此操作(使用以下代碼行),因此我們可以將其從HTML中刪除。<\/p>\n

google.load('visualization', '1', {packages:['corechart']});<\/pre>\n

重新啟動(dòng)Node服務(wù)器并訪問(wèn)http:\/\/localhost:8000\/app\/index.html。您應(yīng)該會(huì)看到基于我們的虛擬數(shù)據(jù)的折線圖。<\/p>\n

結(jié)論<\/strong><\/p>

在本教程的這一部分中,我們重點(diǎn)介紹了Angular控制器。在下一篇文章中,我們將重點(diǎn)介紹指令和$scope的使用。同時(shí),本文的所有代碼都可以在GitHub上找到。<\/p>\n

使用Google Charts API和AngularJS創(chuàng)建可視化應(yīng)用程序的常見(jiàn)問(wèn)題解答(FAQ)<\/strong><\/p>\n

如何自定義Google Charts的外觀?<\/h3>\n

Google Charts API提供了廣泛的自定義選項(xiàng),允許您修改圖表的外觀。您可以更改顏色、字體、網(wǎng)格線等等。要自定義圖表,您需要修改圖表draw()方法中的options對(duì)象。例如,要更改圖表的標(biāo)題,您可以使用以下代碼:<\/p>\n

\n\n
<\/div><\/pre>\n

請(qǐng)記住,options對(duì)象可以包含許多屬性,允許您廣泛地自定義圖表。<\/p>\n

如何向Google Charts添加交互性?<\/h3>\n

Google Charts API提供了多種向圖表添加交互性的方法。最常見(jiàn)的方法之一是使用“select”事件,該事件在用戶選擇圖表上的項(xiàng)目時(shí)觸發(fā)。您可以向圖表添加一個(gè)事件偵聽(tīng)器,該偵聽(tīng)器偵聽(tīng)“select”事件,并在觸發(fā)時(shí)執(zhí)行操作。這是一個(gè)示例:<\/p>\n

cd angular-seed\nnode scripts\/web-server.js<\/pre>\n

在此示例中,當(dāng)用戶選擇圖表上的項(xiàng)目時(shí),將出現(xiàn)一個(gè)警報(bào)框,顯示所選項(xiàng)目的value。<\/p>\n

如何將Google Charts與AngularJS一起使用?<\/h3>\n

要將Google Charts與AngularJS一起使用,您可以使用angular-google-charts包。此包提供了一組AngularJS指令,使您可以輕松地將Google Charts集成到您的AngularJS應(yīng)用程序中。要安裝該包,您可以使用以下命令:<\/p>\n

HTTP Server running at http:\/\/localhost:8000\/<\/code><\/pre>\n

安裝該包后,您可以使用該包提供的指令來(lái)創(chuàng)建和自定義圖表。<\/p>\n

如何在Google Charts中連接多個(gè)DataTable?<\/h3>\n

可以使用google.visualization.data.join()方法在Google Charts中連接多個(gè)DataTable。此方法將三個(gè)DataTable作為參數(shù):第一個(gè)DataTable、第二個(gè)DataTable以及每個(gè)DataTable的鍵列。該方法返回一個(gè)新的DataTable,其中包含兩個(gè)DataTable中鍵列值匹配的行。這是一個(gè)示例:<\/p>\n

\n\n\n  \n  My AngularJS App<\/title>\n<\/head>\n<body>
<h1><a href="http://m.miracleart.cn/">国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂</a></h1>\n  <div ng-controller=\"MyCtrl1\">{{name}}<\/div>\n  <??>\n  <??>\n  <??>\n  <??>\n  <??>\n  <??>\n  <??>\n<\/body>\n<\/html><\/pre>\n<p>在此示例中,dataTable1和dataTable2在每個(gè)DataTable的第一列上連接。<\/p>\n<h3>我可以使用Google Charts創(chuàng)建哪些類型的圖表?<\/h3>\n<p>Google Charts API支持各種圖表類型,包括折線圖、條形圖、餅圖、散點(diǎn)圖、面積圖等等。每種圖表類型在API中都由一個(gè)特定的類表示,您可以通過(guò)創(chuàng)建相應(yīng)類的實(shí)例來(lái)創(chuàng)建圖表。例如,要?jiǎng)?chuàng)建折線圖,您可以使用以下代碼:<\/p>\n<pre class='brush:php;toolbar:false;'><div ng-controller=\"MyCtrl1\">{{name}}<\/div><\/pre>\n<p>在此示例中,將創(chuàng)建一個(gè)新的折線圖,并將其顯示在ID為“chart_div”的HTML元素中。<\/p>"}	</script>
	
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<script>var V_PATH="/";window.onerror=function(){ return true; };</script>
</head>

<body data-commit-time="2023-12-28T14:50:12+08:00" class="editor_body body2_2">
	<link rel="stylesheet" type="text/css" href="/static/csshw/stylehw.css">
<header>
    <div   id="377j5v51b"   class="head">
        <div   id="377j5v51b"   class="haed_left">
            <div   id="377j5v51b"   class="haed_logo">
                <a href="http://m.miracleart.cn/zh/" title="" class="haed_logo_a">
                    <img src="/static/imghw/logo.png" alt="" class="haed_logoimg">
                </a>
            </div>
            <div   id="377j5v51b"   class="head_nav">
                <div   id="377j5v51b"   class="head_navs">
                    <a href="javascript:;" title="社區(qū)" class="head_nava head_nava-template1">社區(qū)</a>
                    <div   class="377j5v51b"   id="dropdown-template1" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                            <a href="http://m.miracleart.cn/zh/article.html" title="文章" class="languagechoosea on">文章</a>
                            <a href="http://m.miracleart.cn/zh/faq/zt" title="合集" class="languagechoosea">合集</a>
                            <a href="http://m.miracleart.cn/zh/wenda.html" title="問(wèn)答" class="languagechoosea">問(wèn)答</a>
                        </div>
                    </div>
                </div>

                <div   id="377j5v51b"   class="head_navs">
                    <a href="javascript:;" title="學(xué)習(xí)" class="head_nava head_nava-template1_1">學(xué)習(xí)</a>
                    <div   class="377j5v51b"   id="dropdown-template1_1" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                            <a href="http://m.miracleart.cn/zh/course.html" title="課程" class="languagechoosea on">課程</a>
                            <a href="http://m.miracleart.cn/zh/dic/" title="編程詞典" class="languagechoosea">編程詞典</a>
                        </div>
                    </div>
                </div>

                <div   id="377j5v51b"   class="head_navs">
                    <a href="javascript:;" title="工具庫(kù)" class="head_nava head_nava-template1_2">工具庫(kù)</a>
                    <div   class="377j5v51b"   id="dropdown-template1_2" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                            <a href="http://m.miracleart.cn/zh/toolset/development-tools" title="開(kāi)發(fā)工具" class="languagechoosea on">開(kāi)發(fā)工具</a>
                            <a href="http://m.miracleart.cn/zh/toolset/website-source-code" title="網(wǎng)站源碼" class="languagechoosea">網(wǎng)站源碼</a>
                            <a href="http://m.miracleart.cn/zh/toolset/php-libraries" title="PHP 庫(kù)" class="languagechoosea">PHP 庫(kù)</a>
                            <a href="http://m.miracleart.cn/zh/toolset/js-special-effects" title="JS特效" class="languagechoosea on">JS特效</a>
                            <a href="http://m.miracleart.cn/zh/toolset/website-materials" title="網(wǎng)站素材" class="languagechoosea on">網(wǎng)站素材</a>
                            <a href="http://m.miracleart.cn/zh/toolset/extension-plug-ins" title="擴(kuò)展插件" class="languagechoosea on">擴(kuò)展插件</a>
                        </div>
                    </div>
                </div>

                <div   id="377j5v51b"   class="head_navs">
                    <a href="http://m.miracleart.cn/zh/ai" title="AI工具" class="head_nava head_nava-template1_3">AI工具</a>
                </div>

                <div   id="377j5v51b"   class="head_navs">
                    <a href="javascript:;" title="休閑" class="head_nava head_nava-template1_3">休閑</a>
                    <div   class="377j5v51b"   id="dropdown-template1_3" style="display: none;">
                        <div   id="377j5v51b"   class="languagechoose">
                            <a href="http://m.miracleart.cn/zh/game" title="游戲下載" class="languagechoosea on">游戲下載</a>
                            <a href="http://m.miracleart.cn/zh/mobile-game-tutorial/" title="游戲教程" class="languagechoosea">游戲教程</a>

                        </div>
                    </div>
                </div>
            </div>
        </div>
                    <div   id="377j5v51b"   class="head_search">
                <input id="key_words"  onkeydown="if (event.keyCode == 13) searchs('zh')" class="search-input" type="text" autocomplete="off" name="keywords" required="required" placeholder="Block,address,transaction,news" value="">
                <a href="javascript:;" title="搜索"  onclick="searchs('zh')"><img src="/static/imghw/find.png" alt="搜索"></a>
            </div>
                <div   id="377j5v51b"   class="head_right">
            <div   id="377j5v51b"   class="haed_language">
                <a href="javascript:;" class="layui-btn haed_language_btn">簡(jiǎn)體中文<i class="layui-icon layui-icon-triangle-d"></i></a>
                <div   class="377j5v51b"   id="dropdown-template" style="display: none;">
                    <div   id="377j5v51b"   class="languagechoose">
                                                <a href="javascript:;" title="簡(jiǎn)體中文" class="languagechoosea">簡(jiǎn)體中文</a>
                                                <a href="javascript:setlang('en');" title="English" class="languagechoosea">English</a>
                                                <a href="javascript:setlang('zh-tw');" title="繁體中文" class="languagechoosea">繁體中文</a>
                                                <a href="javascript:setlang('ja');" title="日本語(yǔ)" class="languagechoosea">日本語(yǔ)</a>
                                                <a href="javascript:setlang('ko');" title="???" class="languagechoosea">???</a>
                                                <a href="javascript:setlang('ms');" title="Melayu" class="languagechoosea">Melayu</a>
                                                <a href="javascript:setlang('fr');" title="Fran?ais" class="languagechoosea">Fran?ais</a>
                                                <a href="javascript:setlang('de');" title="Deutsch" class="languagechoosea">Deutsch</a>
                                            </div>
                </div>
            </div>
            <span id="377j5v51b"    class="head_right_line"></span>
                            <div style="display: block;" id="login" class="haed_login ">
                    <a href="javascript:;"  title="Login" class="haed_logina ">Login</a>
                </div>
                <div style="display: block;" id="reg" class="head_signup login">
                    <a href="javascript:;"  title="singup" class="head_signupa">singup</a>
                </div>
            
        </div>
    </div>
</header>

	
	<main>
		<div   id="377j5v51b"   class="Article_Details_main">
			<div   id="377j5v51b"   class="Article_Details_main1">
							<div   id="377j5v51b"   class="Article_Details_main1L">
					<div   id="377j5v51b"   class="Article_Details_main1Lmain" id="Article_Details_main1Lmain">
						<div   id="377j5v51b"   class="Article_Details_main1L1">目錄</div>
						<div   id="377j5v51b"   class="Article_Details_main1L2" id="Article_Details_main1L2">
							<!-- 左側(cè)懸浮,文章定位標(biāo)題1 id="Article_Details_main1L2s_1"-->
															<div   id="377j5v51b"   class="Article_Details_main1L2s ">
									<a href="#如何自定義Google-Charts的外觀" title="如何自定義Google Charts的外觀?" >如何自定義Google Charts的外觀?</a>
								</div>
																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
									<a href="#如何向Google-Charts添加交互性" title="如何向Google Charts添加交互性?" >如何向Google Charts添加交互性?</a>
								</div>
																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
									<a href="#如何將Google-Charts與AngularJS一起使用" title="如何將Google Charts與AngularJS一起使用?" >如何將Google Charts與AngularJS一起使用?</a>
								</div>
																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
									<a href="#如何在Google-Charts中連接多個(gè)DataTable" title="如何在Google Charts中連接多個(gè)DataTable?" >如何在Google Charts中連接多個(gè)DataTable?</a>
								</div>
																<div   id="377j5v51b"   class="Article_Details_main1L2s ">
									<a href="#我可以使用Google-Charts創(chuàng)建哪些類型的圖表" title="我可以使用Google Charts創(chuàng)建哪些類型的圖表?" >我可以使用Google Charts創(chuàng)建哪些類型的圖表?</a>
								</div>
														</div>
					</div>
				</div>
							<div   id="377j5v51b"   class="Article_Details_main1M">
					<div   id="377j5v51b"   class="phpgenera_Details_mainL1">
						<a href="http://m.miracleart.cn/zh/" title="首頁(yè)"
							class="phpgenera_Details_mainL1a">首頁(yè)</a>
						<img src="/static/imghw/top_right.png" alt="" />
												<a href="http://m.miracleart.cn/zh/web-designer.html"
							class="phpgenera_Details_mainL1a">web前端</a>
						<img src="/static/imghw/top_right.png" alt="" />
												<a href="http://m.miracleart.cn/zh/js-tutorial.html"
							class="phpgenera_Details_mainL1a">js教程</a>
						<img src="/static/imghw/top_right.png" alt="" />
						<span>使用Google Charts API和AngularJS創(chuàng)建可視化應(yīng)用程序</span>
					</div>
					
					<div   id="377j5v51b"   class="Articlelist_txts">
						<div   id="377j5v51b"   class="Articlelist_txts_info">
							<h1 class="Articlelist_txts_title">使用Google Charts API和AngularJS創(chuàng)建可視化應(yīng)用程序</h1>
							<div   id="377j5v51b"   class="Articlelist_txts_info_head">
								<div   id="377j5v51b"   class="author_info">
									<a href="http://m.miracleart.cn/zh/member/1468494.html"  class="author_avatar">
									<img class="lazy"  data-src="https://img.php.cn/upload/avatar/000/000/001/66ea812815a39919.png" src="/static/imghw/default1.png" alt="Jennifer Aniston">
									</a>
									<div   id="377j5v51b"   class="author_detail">
																			<a href="http://m.miracleart.cn/zh/member/1468494.html" class="author_name">Jennifer Aniston</a>
                                										</div>
								</div>
                			</div>
							<span id="377j5v51b"    class="Articlelist_txts_time">Feb 22, 2025 am	 09:44 AM</span>
														
						</div>
					</div>
					<hr />
					<div   id="377j5v51b"   class="article_main php-article">
						<div   id="377j5v51b"   class="article-list-left detail-content-wrap content">
						<ins class="adsbygoogle"
							style="display:block; text-align:center;"
							data-ad-layout="in-article"
							data-ad-format="fluid"
							data-ad-client="ca-pub-5902227090019525"
							data-ad-slot="3461856641">
						</ins>
						

					<p><img src="/static/imghw/default1.png" data-src="https://img.php.cn/upload/article/000/000/000/174018866033061.jpg" class="lazy" alt="Creating a Visualization App Using the Google Charts API and AngularJS "></p>
<p><strong>核心要點(diǎn)</strong></p>
<ul>
<li>Google的熱門(mén)JavaScript框架AngularJS可用于構(gòu)建利用Google Charts API的動(dòng)態(tài)可視化應(yīng)用程序。Angular的雙向綁定功能允許圖表根據(jù)數(shù)據(jù)和用戶輸入動(dòng)態(tài)變化。</li>
<li>使用AngularJS創(chuàng)建可視化應(yīng)用程序涉及多個(gè)步驟,例如設(shè)置Angular、構(gòu)建應(yīng)用程序和創(chuàng)建圖表。此過(guò)程需要使用HTML和JavaScript編寫(xiě)代碼,使用Angular的MVC設(shè)計(jì)模式,并集成Google Charts API進(jìn)行可視化。</li>
<li>Google Charts API提供了各種圖表自定義選項(xiàng),包括更改顏色、字體和網(wǎng)格線。它還提供交互功能,例如在用戶選擇圖表上的項(xiàng)目時(shí)觸發(fā)事件。要將Google Charts與AngularJS一起使用,開(kāi)發(fā)人員可以使用angular-google-charts包。</li>
</ul>
<p>如今,JavaScript無(wú)處不在。許多有用的JavaScript框架,如Ember.js、Backbone.js等,正在改變Web的面貌。最流行的框架之一是Google開(kāi)發(fā)的AngularJS。本文是三篇系列文章中的第一篇,將教你如何使用AngularJS構(gòu)建可視化應(yīng)用程序。示例應(yīng)用程序?qū)⑹褂肎oogle Charts API可視化數(shù)據(jù)。我們將使用Angular令人贊嘆的雙向綁定功能之一,使我們的圖表根據(jù)數(shù)據(jù)和用戶輸入動(dòng)態(tài)變化。在開(kāi)始之前,讓我們首先了解如何使用Google Charts API。對(duì)于此應(yīng)用程序,我們將堅(jiān)持使用一些基本圖表,例如折線圖、餅圖等。</p>
<p><strong>Google Charts</strong></p>
<p>直接從Google Charts文檔中,以下示例快速回顧了如何使用Google Charts API。第一個(gè)腳本加載AJAX API。在第二個(gè)腳本中,第一行加載Visualization API和linechart包。第二行設(shè)置一個(gè)回調(diào)函數(shù),在Google Visualization API加載時(shí)運(yùn)行?;卣{(diào)函數(shù)創(chuàng)建一個(gè)數(shù)據(jù)表,設(shè)置一些圖表選項(xiàng),實(shí)例化我們的圖表并創(chuàng)建圖表。</p>
<pre class='brush:php;toolbar:false;'><??>
<??>
<div id="chart_div" style="width: 900px; height: 500px;"></div></pre>
<p>如果您不熟悉此API,或者需要復(fù)習(xí),我建議您閱讀Google Charts文檔。</p>
<p><strong>AngularJS</strong></p>
<p>在開(kāi)始使用Angular之前,您應(yīng)該:</p>
<ul>
<li>安裝Node.js</li>
<li>從GitHub克隆種子項(xiàng)目</li>
</ul>
<p>從終端導(dǎo)航到種子項(xiàng)目,然后輸入以下命令:</p>
<pre class='brush:php;toolbar:false;'>cd angular-seed
node scripts/web-server.js</pre>
<p>您應(yīng)該看到以下消息輸出到控制臺(tái):</p>
<pre class="brush:php;toolbar:false"><code>HTTP Server running at http://localhost:8000/</code></pre>
<p>此時(shí),您可以通過(guò)導(dǎo)航到http://localhost:8000/app/index.html查看演示頁(yè)面。</p><p>Angular使用MVC(模型-視圖-控制器)設(shè)計(jì)模式。在本教程中,我們將重點(diǎn)關(guān)注控制器。目前,可以將控制器視為處理頁(yè)面特定部分并使用視圖呈現(xiàn)數(shù)據(jù)的邏輯。一旦我們開(kāi)始編寫(xiě)應(yīng)用程序,我們將更好地了解控制器是什么?,F(xiàn)在,讓我們看看Angular種子項(xiàng)目。它是一個(gè)Angular應(yīng)用程序模板,我們將在此基礎(chǔ)上構(gòu)建我們的應(yīng)用程序。在Angular種子項(xiàng)目中,導(dǎo)航到app/js。在那里,我們可以看到控制器、指令、應(yīng)用程序、過(guò)濾器和服務(wù)。這些是我們創(chuàng)建應(yīng)用程序時(shí)將要使用的內(nèi)容。</p>
<p><strong>構(gòu)建應(yīng)用程序</strong></p>
<p>將index.html中的代碼替換為以下代碼:</p>
<pre class='brush:php;toolbar:false;'><??>
<??>
<div id="chart_div" style="width: 900px; height: 500px;"></div></pre>
<p><strong>控制器</strong></p>
<p>如前所述,控制器包含處理頁(yè)面特定部分的邏輯。在之前的代碼示例中,請(qǐng)注意以下行:</p>
<pre class='brush:php;toolbar:false;'>cd angular-seed
node scripts/web-server.js</pre>
<p>此div具有一個(gè)ng-controller屬性,其值為MyCtrl1。MyCtrl1是在文件app/js/controllers.js中找到的控制器函數(shù)的名稱。ng-controller屬性稱為<em>指令</em>。Angular指令用于增強(qiáng)HTML,ng-controller指令用于設(shè)置頁(yè)面的特定部分的控制器。{{name}}是用于將數(shù)據(jù)從控制器傳遞到視圖的變量?,F(xiàn)在,問(wèn)題是如何在MyCtrl1控制器內(nèi)訪問(wèn)變量name。這就是$scope發(fā)揮作用的地方。$scope是一個(gè)對(duì)象,充當(dāng)控制器和視圖之間的通信機(jī)制。檢查下面修改后的controllers.js代碼:</p>
<pre class="brush:php;toolbar:false"><code>HTTP Server running at http://localhost:8000/</code></pre>
<p>在之前的代碼中,我們正在傳遞$scope作為參數(shù)并設(shè)置變量name?,F(xiàn)在,只需使用以下命令重新啟動(dòng)Node.js服務(wù)器。</p>
<pre class='brush:php;toolbar:false;'><!DOCTYPE html>
<html lang="en" ng-app="myApp">
<head>
  <meta charset="utf-8">
  <title>My AngularJS App</title>
</head>
<body>
  <div ng-controller="MyCtrl1">{{name}}</div>
  <??>
  <??>
  <??>
  <??>
  <??>
  <??>
  <??>
</body>
</html></pre>
<p>現(xiàn)在,將瀏覽器URL指向http://localhost:8000/app/index.html,應(yīng)該會(huì)顯示名稱。</p>
<p><strong>創(chuàng)建圖表</strong></p>
<p>現(xiàn)在,讓我們繪制一些圖表。首先,在index.html中包含Ajax API。</p>
<pre class='brush:php;toolbar:false;'><div ng-controller="MyCtrl1">{{name}}</div></pre>
<p>接下來(lái),修改index.html中的div,如下所示。</p>
<pre class='brush:php;toolbar:false;'>'use strict';

/* Controllers */

angular.module('myApp.controllers', []).
  controller('MyCtrl1', ['$scope',
    function($scope) {
      $scope.name = 'Jay';
    }
  ])
  .controller('MyCtrl2', [
    function() {

    }
  ]);</pre>
<p>在controllers.js中加載Visualization API和linechart包。</p>
<pre class='brush:php;toolbar:false;'>node scripts/web-server.js</pre>
<p>加載包后,我們需要初始化我們的Angular應(yīng)用程序。</p>
<pre class='brush:php;toolbar:false;'><??></pre>
<p>angular.bootstrap是一個(gè)全局API,用于手動(dòng)啟動(dòng)Angular應(yīng)用程序。只需將Google Chart創(chuàng)建代碼復(fù)制并粘貼到控制器函數(shù)中,這就是我們的最終結(jié)果:</p>
<pre class='brush:php;toolbar:false;'><div ng-controller="MyCtrl1" id="chartdiv"></div></pre>
<p>在運(yùn)行代碼之前,編輯index.html并從html標(biāo)簽中刪除ng-app="myApp"。ng-app使用應(yīng)用程序引導(dǎo)元素。但是,由于我們已經(jīng)在控制器代碼中執(zhí)行此操作(使用以下代碼行),因此我們可以將其從HTML中刪除。</p>
<pre class='brush:php;toolbar:false;'>google.load('visualization', '1', {packages:['corechart']});</pre>
<p>重新啟動(dòng)Node服務(wù)器并訪問(wèn)http://localhost:8000/app/index.html。您應(yīng)該會(huì)看到基于我們的虛擬數(shù)據(jù)的折線圖。</p>
<p><strong>結(jié)論</strong></p><p>在本教程的這一部分中,我們重點(diǎn)介紹了Angular控制器。在下一篇文章中,我們將重點(diǎn)介紹指令和$scope的使用。同時(shí),本文的所有代碼都可以在GitHub上找到。</p>
<p><strong>使用Google Charts API和AngularJS創(chuàng)建可視化應(yīng)用程序的常見(jiàn)問(wèn)題解答(FAQ)</strong></p>
<h3 id="如何自定義Google-Charts的外觀">如何自定義Google Charts的外觀?</h3>
<p>Google Charts API提供了廣泛的自定義選項(xiàng),允許您修改圖表的外觀。您可以更改顏色、字體、網(wǎng)格線等等。要自定義圖表,您需要修改圖表draw()方法中的options對(duì)象。例如,要更改圖表的標(biāo)題,您可以使用以下代碼:</p>
<pre class='brush:php;toolbar:false;'><??>
<??>
<div id="chart_div" style="width: 900px; height: 500px;"></div></pre>
<p>請(qǐng)記住,options對(duì)象可以包含許多屬性,允許您廣泛地自定義圖表。</p>
<h3 id="如何向Google-Charts添加交互性">如何向Google Charts添加交互性?</h3>
<p>Google Charts API提供了多種向圖表添加交互性的方法。最常見(jiàn)的方法之一是使用“select”事件,該事件在用戶選擇圖表上的項(xiàng)目時(shí)觸發(fā)。您可以向圖表添加一個(gè)事件偵聽(tīng)器,該偵聽(tīng)器偵聽(tīng)“select”事件,并在觸發(fā)時(shí)執(zhí)行操作。這是一個(gè)示例:</p>
<pre class='brush:php;toolbar:false;'>cd angular-seed
node scripts/web-server.js</pre>
<p>在此示例中,當(dāng)用戶選擇圖表上的項(xiàng)目時(shí),將出現(xiàn)一個(gè)警報(bào)框,顯示所選項(xiàng)目的value。</p>
<h3 id="如何將Google-Charts與AngularJS一起使用">如何將Google Charts與AngularJS一起使用?</h3>
<p>要將Google Charts與AngularJS一起使用,您可以使用angular-google-charts包。此包提供了一組AngularJS指令,使您可以輕松地將Google Charts集成到您的AngularJS應(yīng)用程序中。要安裝該包,您可以使用以下命令:</p>
<pre class="brush:php;toolbar:false"><code>HTTP Server running at http://localhost:8000/</code></pre>
<p>安裝該包后,您可以使用該包提供的指令來(lái)創(chuàng)建和自定義圖表。</p>
<h3 id="如何在Google-Charts中連接多個(gè)DataTable">如何在Google Charts中連接多個(gè)DataTable?</h3>
<p>可以使用google.visualization.data.join()方法在Google Charts中連接多個(gè)DataTable。此方法將三個(gè)DataTable作為參數(shù):第一個(gè)DataTable、第二個(gè)DataTable以及每個(gè)DataTable的鍵列。該方法返回一個(gè)新的DataTable,其中包含兩個(gè)DataTable中鍵列值匹配的行。這是一個(gè)示例:</p>
<pre class='brush:php;toolbar:false;'><!DOCTYPE html>
<html lang="en" ng-app="myApp">
<head>
  <meta charset="utf-8">
  <title>My AngularJS App</title>
</head>
<body>
  <div ng-controller="MyCtrl1">{{name}}</div>
  <??>
  <??>
  <??>
  <??>
  <??>
  <??>
  <??>
</body>
</html></pre>
<p>在此示例中,dataTable1和dataTable2在每個(gè)DataTable的第一列上連接。</p>
<h3 id="我可以使用Google-Charts創(chuàng)建哪些類型的圖表">我可以使用Google Charts創(chuàng)建哪些類型的圖表?</h3>
<p>Google Charts API支持各種圖表類型,包括折線圖、條形圖、餅圖、散點(diǎn)圖、面積圖等等。每種圖表類型在API中都由一個(gè)特定的類表示,您可以通過(guò)創(chuàng)建相應(yīng)類的實(shí)例來(lái)創(chuàng)建圖表。例如,要?jiǎng)?chuàng)建折線圖,您可以使用以下代碼:</p>
<pre class='brush:php;toolbar:false;'><div ng-controller="MyCtrl1">{{name}}</div></pre>
<p>在此示例中,將創(chuàng)建一個(gè)新的折線圖,并將其顯示在ID為“chart_div”的HTML元素中。</p><p>以上是使用Google Charts API和AngularJS創(chuàng)建可視化應(yīng)用程序的詳細(xì)內(nèi)容。更多信息請(qǐng)關(guān)注PHP中文網(wǎng)其他相關(guān)文章!</p>


						</div>
					</div>
					<div   id="377j5v51b"   class="wzconShengming_sp">
						<div   id="377j5v51b"   class="bzsmdiv_sp">本站聲明</div>
						<div>本文內(nèi)容由網(wǎng)友自發(fā)貢獻(xiàn),版權(quán)歸原作者所有,本站不承擔(dān)相應(yīng)法律責(zé)任。如您發(fā)現(xiàn)有涉嫌抄襲侵權(quán)的內(nèi)容,請(qǐng)聯(lián)系admin@php.cn</div>
					</div>
				</div>

				<ins class="adsbygoogle"
     style="display:block"
     data-ad-format="autorelaxed"
     data-ad-client="ca-pub-5902227090019525"
     data-ad-slot="2507867629"></ins>



				<div   id="377j5v51b"   class="AI_ToolDetails_main4sR">


				<ins class="adsbygoogle"
        style="display:block"
        data-ad-client="ca-pub-5902227090019525"
        data-ad-slot="3653428331"
        data-ad-format="auto"
        data-full-width-responsive="true"></ins>
    


					<!-- <div   id="377j5v51b"   class="phpgenera_Details_mainR4">
						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
									src="/static/imghw/hotarticle2.png" alt="" />
								<h2>熱門(mén)文章</h2>
							</div>
							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796821119.html" title="指南:恒星刀片保存文件位置/保存文件丟失/不保存" class="phpgenera_Details_mainR4_bottom_title">指南:恒星刀片保存文件位置/保存文件丟失/不保存</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>4 周前</span>
										<span>By DDD</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>2 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>2 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796821436.html" title="沙丘:覺(jué)醒 - 高級(jí)行星學(xué)家Quest演練" class="phpgenera_Details_mainR4_bottom_title">沙丘:覺(jué)醒 - 高級(jí)行星學(xué)家Quest演練</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>4 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796821278.html" title="約會(huì)一切:德克和哈珀關(guān)系指南" class="phpgenera_Details_mainR4_bottom_title">約會(huì)一切:德克和哈珀關(guān)系指南</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>4 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
														</div>
							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
								<a href="http://m.miracleart.cn/zh/article.html">顯示更多</a>
							</div>
						</div>
					</div> -->


											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/hottools2.png" alt="" />
									<h2>熱AI工具</h2>
								</div>
								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173410641626608.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undress AI Tool" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/ai/undress-ai-tool" title="Undress AI Tool" class="phpmain_tab2_mids_title">
													<h3>Undress AI Tool</h3>
												</a>
												<p>免費(fèi)脫衣服圖片</p>
											</div>
										</div>
																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411540686492.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Undresser.AI Undress" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/ai/undresserai-undress" title="Undresser.AI Undress" class="phpmain_tab2_mids_title">
													<h3>Undresser.AI Undress</h3>
												</a>
												<p>人工智能驅(qū)動(dòng)的應(yīng)用程序,用于創(chuàng)建逼真的裸體照片</p>
											</div>
										</div>
																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411552797167.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="AI Clothes Remover" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/ai/ai-clothes-remover" title="AI Clothes Remover" class="phpmain_tab2_mids_title">
													<h3>AI Clothes Remover</h3>
												</a>
												<p>用于從照片中去除衣服的在線人工智能工具。</p>
											</div>
										</div>
																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173411529149311.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Clothoff.io" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/ai/clothoffio" title="Clothoff.io" class="phpmain_tab2_mids_title">
													<h3>Clothoff.io</h3>
												</a>
												<p>AI脫衣機(jī)</p>
											</div>
										</div>
																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/ai_manual/001/246/273/173414504068133.jpg?x-oss-process=image/resize,m_fill,h_50,w_50" src="/static/imghw/default1.png" alt="Video Face Swap" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/ai/video-swap" title="Video Face Swap" class="phpmain_tab2_mids_title">
													<h3>Video Face Swap</h3>
												</a>
												<p>使用我們完全免費(fèi)的人工智能換臉工具輕松在任何視頻中換臉!</p>
											</div>
										</div>
																</div>
								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
									<a href="http://m.miracleart.cn/zh/ai">顯示更多</a>
								</div>
							</div>
						</div>
					


					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
									src="/static/imghw/hotarticle2.png" alt="" />
								<h2>熱門(mén)文章</h2>
							</div>
							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796821119.html" title="指南:恒星刀片保存文件位置/保存文件丟失/不保存" class="phpgenera_Details_mainR4_bottom_title">指南:恒星刀片保存文件位置/保存文件丟失/不保存</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>4 周前</span>
										<span>By DDD</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796828723.html" title="Agnes Tachyon Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Agnes Tachyon Build Guide |漂亮的德比志</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>2 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796827210.html" title="Oguri Cap Build Guide |漂亮的德比志" class="phpgenera_Details_mainR4_bottom_title">Oguri Cap Build Guide |漂亮的德比志</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>2 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796821436.html" title="沙丘:覺(jué)醒 - 高級(jí)行星學(xué)家Quest演練" class="phpgenera_Details_mainR4_bottom_title">沙丘:覺(jué)醒 - 高級(jí)行星學(xué)家Quest演練</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>4 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/1796821278.html" title="約會(huì)一切:德克和哈珀關(guān)系指南" class="phpgenera_Details_mainR4_bottom_title">約會(huì)一切:德克和哈珀關(guān)系指南</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<span>4 周前</span>
										<span>By Jack chen</span>
									</div>
								</div>
														</div>
							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
								<a href="http://m.miracleart.cn/zh/article.html">顯示更多</a>
							</div>
						</div>
					</div>


											<div   id="377j5v51b"   class="phpgenera_Details_mainR3">
							<div   id="377j5v51b"   class="phpmain1_4R_readrank">
								<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/hottools2.png" alt="" />
									<h2>熱工具</h2>
								</div>
								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_bottom">
																		<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab96f0f39f7357.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="記事本++7.3.1" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/toolset/development-tools/92" title="記事本++7.3.1" class="phpmain_tab2_mids_title">
													<h3>記事本++7.3.1</h3>
												</a>
												<p>好用且免費(fèi)的代碼編輯器</p>
											</div>
										</div>
																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97a3baad9677.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3漢化版" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/toolset/development-tools/93" title="SublimeText3漢化版" class="phpmain_tab2_mids_title">
													<h3>SublimeText3漢化版</h3>
												</a>
												<p>中文版,非常好用</p>
											</div>
										</div>
																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58ab97ecd1ab2670.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="禪工作室 13.0.1" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/toolset/development-tools/121" title="禪工作室 13.0.1" class="phpmain_tab2_mids_title">
													<h3>禪工作室 13.0.1</h3>
												</a>
												<p>功能強(qiáng)大的PHP集成開(kāi)發(fā)環(huán)境</p>
											</div>
										</div>
																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d0e0fc74683535.jpg?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="Dreamweaver CS6" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/toolset/development-tools/469" title="Dreamweaver CS6" class="phpmain_tab2_mids_title">
													<h3>Dreamweaver CS6</h3>
												</a>
												<p>視覺(jué)化網(wǎng)頁(yè)開(kāi)發(fā)工具</p>
											</div>
										</div>
																			<div   id="377j5v51b"   class="phpmain_tab2_mids_top">
											<a href="http://m.miracleart.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_top_img">
												<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
													class="lazy"  data-src="https://img.php.cn/upload/manual/000/000/001/58d34035e2757995.png?x-oss-process=image/resize,m_fill,h_50,w_72" src="/static/imghw/default1.png" alt="SublimeText3 Mac版" />
											</a>
											<div   id="377j5v51b"   class="phpmain_tab2_mids_info">
												<a href="http://m.miracleart.cn/zh/toolset/development-tools/500" title="SublimeText3 Mac版" class="phpmain_tab2_mids_title">
													<h3>SublimeText3 Mac版</h3>
												</a>
												<p>神級(jí)代碼編輯軟件(SublimeText3)</p>
											</div>
										</div>
																	</div>
								<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
									<a href="http://m.miracleart.cn/zh/ai">顯示更多</a>
								</div>
							</div>
						</div>
										

					
					<div   id="377j5v51b"   class="phpgenera_Details_mainR4">
						<div   id="377j5v51b"   class="phpmain1_4R_readrank">
							<div   id="377j5v51b"   class="phpmain1_4R_readrank_top">
								<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
									onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
									src="/static/imghw/hotarticle2.png" alt="" />
								<h2>熱門(mén)話題</h2>
							</div>
							<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottom">
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/gmailyxdlrkzn" title="gmail郵箱登陸入口在哪里" class="phpgenera_Details_mainR4_bottom_title">gmail郵箱登陸入口在哪里</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/eyess.png" alt="" />
											<span>8638</span>
										</div>
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/tiezi.png" alt="" />
											<span>17</span>
										</div>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/java-tutorial" title="Java教程" class="phpgenera_Details_mainR4_bottom_title">Java教程</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/eyess.png" alt="" />
											<span>1783</span>
										</div>
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/tiezi.png" alt="" />
											<span>16</span>
										</div>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/cakephp-tutor" title="CakePHP 教程" class="phpgenera_Details_mainR4_bottom_title">CakePHP 教程</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/eyess.png" alt="" />
											<span>1728</span>
										</div>
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/tiezi.png" alt="" />
											<span>56</span>
										</div>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/laravel-tutori" title="Laravel 教程" class="phpgenera_Details_mainR4_bottom_title">Laravel 教程</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/eyess.png" alt="" />
											<span>1579</span>
										</div>
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/tiezi.png" alt="" />
											<span>28</span>
										</div>
									</div>
								</div>
															<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms">
									<a href="http://m.miracleart.cn/zh/faq/php-tutorial" title="PHP教程" class="phpgenera_Details_mainR4_bottom_title">PHP教程</a>
									<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_info">
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/eyess.png" alt="" />
											<span>1444</span>
										</div>
										<div   id="377j5v51b"   class="phpgenera_Details_mainR4_bottoms_infos">
											<img src="/static/imghw/tiezi.png" alt="" />
											<span>31</span>
										</div>
									</div>
								</div>
														</div>
							<div   id="377j5v51b"   class="phpgenera_Details_mainR3_more">
								<a href="http://m.miracleart.cn/zh/faq/zt">顯示更多</a>
							</div>
						</div>
					</div>
				</div>
			</div>
							<div   id="377j5v51b"   class="Article_Details_main2">
					<div   id="377j5v51b"   class="phpgenera_Details_mainL4">
						<div   id="377j5v51b"   class="phpmain1_2_top">
							<a href="javascript:void(0);" class="phpmain1_2_top_title">Related knowledge<img
									src="/static/imghw/index2_title2.png" alt="" /></a>
						</div>
						<div   id="377j5v51b"   class="phpgenera_Details_mainL4_info">

													<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796822063.html" title="Java vs. JavaScript:清除混亂" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175035046165294.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Java vs. JavaScript:清除混亂" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796822063.html" title="Java vs. JavaScript:清除混亂" class="phphistorical_Version2_mids_title">Java vs. JavaScript:清除混亂</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 20, 2025 am	 12:27 AM</span>
								<p class="Articlelist_txts_p">Java和JavaScript是不同的編程語(yǔ)言,各自適用于不同的應(yīng)用場(chǎng)景。Java用于大型企業(yè)和移動(dòng)應(yīng)用開(kāi)發(fā),而JavaScript主要用于網(wǎng)頁(yè)開(kāi)發(fā)。</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796821632.html" title="JavaScript評(píng)論:簡(jiǎn)短說(shuō)明" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175026483186295.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="JavaScript評(píng)論:簡(jiǎn)短說(shuō)明" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796821632.html" title="JavaScript評(píng)論:簡(jiǎn)短說(shuō)明" class="phphistorical_Version2_mids_title">JavaScript評(píng)論:簡(jiǎn)短說(shuō)明</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 19, 2025 am	 12:40 AM</span>
								<p class="Articlelist_txts_p">JavascriptconcommentsenceenceEncorenceEnterential gransimenting,reading and guidingCodeeXecution.1)單inecommentsareusedforquickexplanations.2)多l(xiāng)inecommentsexplaincomplexlogicorprovideDocumentation.3)</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796827639.html" title="如何在JS中與日期和時(shí)間合作?" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/431/639/175130445135407.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="如何在JS中與日期和時(shí)間合作?" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796827639.html" title="如何在JS中與日期和時(shí)間合作?" class="phphistorical_Version2_mids_title">如何在JS中與日期和時(shí)間合作?</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 01, 2025 am	 01:27 AM</span>
								<p class="Articlelist_txts_p">JavaScript中的日期和時(shí)間處理需注意以下幾點(diǎn):1.創(chuàng)建Date對(duì)象有多種方式,推薦使用ISO格式字符串以保證兼容性;2.獲取和設(shè)置時(shí)間信息可用get和set方法,注意月份從0開(kāi)始;3.手動(dòng)格式化日期需拼接字符串,也可使用第三方庫(kù);4.處理時(shí)區(qū)問(wèn)題建議使用支持時(shí)區(qū)的庫(kù),如Luxon。掌握這些要點(diǎn)能有效避免常見(jiàn)錯(cuò)誤。</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796828200.html" title="為什么要將標(biāo)簽放在的底部?" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175139053194540.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="為什么要將標(biāo)簽放在的底部?" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796828200.html" title="為什么要將標(biāo)簽放在的底部?" class="phphistorical_Version2_mids_title">為什么要將標(biāo)簽放在的底部?</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:22 AM</span>
								<p class="Articlelist_txts_p">PlacingtagsatthebottomofablogpostorwebpageservespracticalpurposesforSEO,userexperience,anddesign.1.IthelpswithSEObyallowingsearchenginestoaccesskeyword-relevanttagswithoutclutteringthemaincontent.2.Itimprovesuserexperiencebykeepingthefocusonthearticl</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796822037.html" title="JavaScript與Java:開(kāi)發(fā)人員的全面比較" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175035006093854.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="JavaScript與Java:開(kāi)發(fā)人員的全面比較" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796822037.html" title="JavaScript與Java:開(kāi)發(fā)人員的全面比較" class="phphistorical_Version2_mids_title">JavaScript與Java:開(kāi)發(fā)人員的全面比較</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 20, 2025 am	 12:21 AM</span>
								<p class="Articlelist_txts_p">JavaScriptIspreferredforredforwebdevelverment,而Javaisbetterforlarge-ScalebackendsystystemsandSandAndRoidApps.1)JavascriptexcelcelsincreatingInteractiveWebexperienceswebexperienceswithitswithitsdynamicnnamicnnamicnnamicnnamicnemicnemicnemicnemicnemicnemicnemicnemicnddommanipulation.2)</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796822137.html" title="JavaScript:探索用于高效編碼的數(shù)據(jù)類型" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175035157160537.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="JavaScript:探索用于高效編碼的數(shù)據(jù)類型" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796822137.html" title="JavaScript:探索用于高效編碼的數(shù)據(jù)類型" class="phphistorical_Version2_mids_title">JavaScript:探索用于高效編碼的數(shù)據(jù)類型</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 20, 2025 am	 12:46 AM</span>
								<p class="Articlelist_txts_p">javascripthassevenfundaMentalDatatypes:數(shù)字,弦,布爾值,未定義,null,object和symbol.1)numberSeadUble-eaduble-ecisionFormat,forwidevaluerangesbutbecautious.2)</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796828191.html" title="什么是在DOM中冒泡和捕獲的事件?" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175139034116786.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="什么是在DOM中冒泡和捕獲的事件?" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796828191.html" title="什么是在DOM中冒泡和捕獲的事件?" class="phphistorical_Version2_mids_title">什么是在DOM中冒泡和捕獲的事件?</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jul 02, 2025 am	 01:19 AM</span>
								<p class="Articlelist_txts_p">事件捕獲和冒泡是DOM中事件傳播的兩個(gè)階段,捕獲是從頂層向下到目標(biāo)元素,冒泡是從目標(biāo)元素向上傳播到頂層。1.事件捕獲通過(guò)addEventListener的useCapture參數(shù)設(shè)為true實(shí)現(xiàn);2.事件冒泡是默認(rèn)行為,useCapture設(shè)為false或省略;3.可使用event.stopPropagation()阻止事件傳播;4.冒泡支持事件委托,提高動(dòng)態(tài)內(nèi)容處理效率;5.捕獲可用于提前攔截事件,如日志記錄或錯(cuò)誤處理。了解這兩個(gè)階段有助于精確控制JavaScript響應(yīng)用戶操作的時(shí)機(jī)和方式。</p>
							</div>
														<div   id="377j5v51b"   class="phphistorical_Version2_mids">
								<a href="http://m.miracleart.cn/zh/faq/1796820615.html" title="Java和JavaScript有什么區(qū)別?" class="phphistorical_Version2_mids_img">
									<img onerror="this.onerror=''; this.src='/static/imghw/default1.png'"
										src="/static/imghw/default1.png" class="lazy"  data-src="https://img.php.cn/upload/article/001/253/068/175012302052703.jpg?x-oss-process=image/resize,m_fill,h_207,w_330" alt="Java和JavaScript有什么區(qū)別?" />
								</a>
								<a href="http://m.miracleart.cn/zh/faq/1796820615.html" title="Java和JavaScript有什么區(qū)別?" class="phphistorical_Version2_mids_title">Java和JavaScript有什么區(qū)別?</a>
								<span id="377j5v51b"    class="Articlelist_txts_time">Jun 17, 2025 am	 09:17 AM</span>
								<p class="Articlelist_txts_p">Java和JavaScript是不同的編程語(yǔ)言。1.Java是靜態(tài)類型、編譯型語(yǔ)言,適用于企業(yè)應(yīng)用和大型系統(tǒng)。2.JavaScript是動(dòng)態(tài)類型、解釋型語(yǔ)言,主要用于網(wǎng)頁(yè)交互和前端開(kāi)發(fā)。</p>
							</div>
													</div>

													<a href="http://m.miracleart.cn/zh/web-designer.html" class="phpgenera_Details_mainL4_botton">
								<span>See all articles</span>
								<img src="/static/imghw/down_right.png" alt="" />
							</a>
											</div>
				</div>
					</div>
	</main>
	<footer>
    <div   id="377j5v51b"   class="footer">
        <div   id="377j5v51b"   class="footertop">
            <img src="/static/imghw/logo.png" alt="">
            <p>公益在線PHP培訓(xùn),幫助PHP學(xué)習(xí)者快速成長(zhǎng)!</p>
        </div>
        <div   id="377j5v51b"   class="footermid">
            <a href="http://m.miracleart.cn/zh/about/us.html">關(guān)于我們</a>
            <a href="http://m.miracleart.cn/zh/about/disclaimer.html">免責(zé)聲明</a>
            <a href="http://m.miracleart.cn/zh/update/article_0_1.html">Sitemap</a>
        </div>
        <div   id="377j5v51b"   class="footerbottom">
            <p>
                ? php.cn All rights reserved
            </p>
        </div>
    </div>
</footer>

<input type="hidden" id="verifycode" value="/captcha.html">




		<link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css?2' type='text/css' media='all' />
	
	
	
	
	

	
	






<footer>
<div class="friendship-link">
<p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p>
<a href="http://m.miracleart.cn/" title="国产av日韩一区二区三区精品">国产av日韩一区二区三区精品</a>

<div class="friend-links">


</div>
</div>

</footer>


<script>
(function(){
    var bp = document.createElement('script');
    var curProtocol = window.location.protocol.split(':')[0];
    if (curProtocol === 'https') {
        bp.src = 'https://zz.bdstatic.com/linksubmit/push.js';
    }
    else {
        bp.src = 'http://push.zhanzhang.baidu.com/push.js';
    }
    var s = document.getElementsByTagName("script")[0];
    s.parentNode.insertBefore(bp, s);
})();
</script>
</body><div id="xlmqn" class="pl_css_ganrao" style="display: none;"><th id="xlmqn"></th><track id="xlmqn"><samp id="xlmqn"></samp></track><abbr id="xlmqn"><pre id="xlmqn"></pre></abbr><strong id="xlmqn"></strong><object id="xlmqn"></object><ul id="xlmqn"></ul><ruby id="xlmqn"></ruby><i id="xlmqn"><bdo id="xlmqn"></bdo></i><meter id="xlmqn"></meter><style id="xlmqn"><optgroup id="xlmqn"></optgroup></style><dfn id="xlmqn"></dfn><ol id="xlmqn"><strong id="xlmqn"></strong></ol><abbr id="xlmqn"></abbr><font id="xlmqn"></font><fieldset id="xlmqn"></fieldset><ul id="xlmqn"></ul><strong id="xlmqn"><small id="xlmqn"><b id="xlmqn"><tr id="xlmqn"></tr></b></small></strong><p id="xlmqn"></p><var id="xlmqn"></var><nav id="xlmqn"><rp id="xlmqn"><pre id="xlmqn"><big id="xlmqn"></big></pre></rp></nav><optgroup id="xlmqn"></optgroup><output id="xlmqn"><center id="xlmqn"><s id="xlmqn"><nobr id="xlmqn"></nobr></s></center></output><i id="xlmqn"></i><dl id="xlmqn"><strong id="xlmqn"><acronym id="xlmqn"></acronym></strong></dl><big id="xlmqn"></big><track id="xlmqn"></track><abbr id="xlmqn"><samp id="xlmqn"><td id="xlmqn"></td></samp></abbr><strong id="xlmqn"></strong><sup id="xlmqn"></sup><form id="xlmqn"></form><menu id="xlmqn"><video id="xlmqn"><td id="xlmqn"><strong id="xlmqn"></strong></td></video></menu><form id="xlmqn"></form><strong id="xlmqn"><button id="xlmqn"><center id="xlmqn"></center></button></strong><span id="xlmqn"><wbr id="xlmqn"><s id="xlmqn"><tr id="xlmqn"></tr></s></wbr></span><thead id="xlmqn"><th id="xlmqn"></th></thead><nobr id="xlmqn"></nobr><center id="xlmqn"></center><optgroup id="xlmqn"></optgroup><em id="xlmqn"></em><acronym id="xlmqn"><rt id="xlmqn"></rt></acronym><acronym id="xlmqn"></acronym><video id="xlmqn"></video><table id="xlmqn"><button id="xlmqn"><progress id="xlmqn"></progress></button></table><abbr id="xlmqn"><thead id="xlmqn"><xmp id="xlmqn"><big id="xlmqn"></big></xmp></thead></abbr><ul id="xlmqn"><samp id="xlmqn"><cite id="xlmqn"><strong id="xlmqn"></strong></cite></samp></ul><del id="xlmqn"><mark id="xlmqn"><div id="xlmqn"><var id="xlmqn"></var></div></mark></del><tbody id="xlmqn"></tbody><ul id="xlmqn"><ins id="xlmqn"><td id="xlmqn"></td></ins></ul><object id="xlmqn"><th id="xlmqn"></th></object><track id="xlmqn"></track><code id="xlmqn"><tbody id="xlmqn"><th id="xlmqn"><delect id="xlmqn"></delect></th></tbody></code><legend id="xlmqn"></legend><legend id="xlmqn"><abbr id="xlmqn"><xmp id="xlmqn"><sup id="xlmqn"></sup></xmp></abbr></legend><delect id="xlmqn"></delect><center id="xlmqn"><small id="xlmqn"></small></center><u id="xlmqn"></u><fieldset id="xlmqn"></fieldset><meter id="xlmqn"></meter><dfn id="xlmqn"><th id="xlmqn"><output id="xlmqn"><center id="xlmqn"></center></output></th></dfn><bdo id="xlmqn"></bdo><strong id="xlmqn"></strong><del id="xlmqn"></del><sub id="xlmqn"></sub><s id="xlmqn"><menu id="xlmqn"></menu></s><b id="xlmqn"></b><pre id="xlmqn"></pre><pre id="xlmqn"></pre><dl id="xlmqn"></dl><acronym id="xlmqn"><strong id="xlmqn"><acronym id="xlmqn"></acronym></strong></acronym><pre id="xlmqn"><code id="xlmqn"><tbody id="xlmqn"><sup id="xlmqn"></sup></tbody></code></pre><optgroup id="xlmqn"></optgroup><wbr id="xlmqn"><var id="xlmqn"></var></wbr><address id="xlmqn"></address><tr id="xlmqn"></tr><nobr id="xlmqn"></nobr><var id="xlmqn"></var><input id="xlmqn"></input><mark id="xlmqn"></mark><fieldset id="xlmqn"><optgroup id="xlmqn"></optgroup></fieldset><nav id="xlmqn"></nav><li id="xlmqn"><xmp id="xlmqn"><td id="xlmqn"><strong id="xlmqn"></strong></td></xmp></li><acronym id="xlmqn"><bdo id="xlmqn"><acronym id="xlmqn"></acronym></bdo></acronym><thead id="xlmqn"></thead><td id="xlmqn"><optgroup id="xlmqn"><ruby id="xlmqn"><dd id="xlmqn"></dd></ruby></optgroup></td><track id="xlmqn"></track><nobr id="xlmqn"></nobr><var id="xlmqn"></var><form id="xlmqn"><listing id="xlmqn"></listing></form><sub id="xlmqn"><acronym id="xlmqn"><strong id="xlmqn"></strong></acronym></sub><kbd id="xlmqn"></kbd><delect id="xlmqn"></delect><tbody id="xlmqn"></tbody><wbr id="xlmqn"></wbr><del id="xlmqn"></del><dfn id="xlmqn"></dfn><nav id="xlmqn"><em id="xlmqn"><menuitem id="xlmqn"><pre id="xlmqn"></pre></menuitem></em></nav><p id="xlmqn"></p><th id="xlmqn"></th><pre id="xlmqn"><pre id="xlmqn"></pre></pre><cite id="xlmqn"><tfoot id="xlmqn"></tfoot></cite><td id="xlmqn"></td><wbr id="xlmqn"><var id="xlmqn"></var></wbr><bdo id="xlmqn"><small id="xlmqn"></small></bdo><code id="xlmqn"></code><blockquote id="xlmqn"></blockquote><fieldset id="xlmqn"></fieldset><output id="xlmqn"></output><tt id="xlmqn"><thead id="xlmqn"><nav id="xlmqn"><ul id="xlmqn"></ul></nav></thead></tt><fieldset id="xlmqn"><em id="xlmqn"></em></fieldset><strong id="xlmqn"><style id="xlmqn"><optgroup id="xlmqn"></optgroup></style></strong><div id="xlmqn"><input id="xlmqn"></input></div><sup id="xlmqn"></sup><b id="xlmqn"><font id="xlmqn"><p id="xlmqn"></p></font></b><optgroup id="xlmqn"><tr id="xlmqn"><mark id="xlmqn"></mark></tr></optgroup><output id="xlmqn"><center id="xlmqn"><s id="xlmqn"><i id="xlmqn"></i></s></center></output><cite id="xlmqn"><form id="xlmqn"></form></cite><div id="xlmqn"><legend id="xlmqn"><track id="xlmqn"></track></legend></div><font id="xlmqn"></font><input id="xlmqn"></input><thead id="xlmqn"></thead><option id="xlmqn"></option><center id="xlmqn"><label id="xlmqn"><dfn id="xlmqn"><kbd id="xlmqn"></kbd></dfn></label></center><var id="xlmqn"><em id="xlmqn"></em></var><thead id="xlmqn"><nav id="xlmqn"></nav></thead><rp id="xlmqn"></rp><tr id="xlmqn"></tr><th id="xlmqn"><cite id="xlmqn"><form id="xlmqn"></form></cite></th><strike id="xlmqn"><i id="xlmqn"><noframes id="xlmqn"><pre id="xlmqn"></pre></noframes></i></strike><cite id="xlmqn"><object id="xlmqn"></object></cite><table id="xlmqn"></table><form id="xlmqn"><th id="xlmqn"><optgroup id="xlmqn"></optgroup></th></form><blockquote id="xlmqn"></blockquote><pre id="xlmqn"><ol id="xlmqn"></ol></pre><wbr id="xlmqn"><var id="xlmqn"></var></wbr><dfn id="xlmqn"></dfn><font id="xlmqn"></font><strong id="xlmqn"><th id="xlmqn"><delect id="xlmqn"></delect></th></strong><blockquote id="xlmqn"><dl id="xlmqn"><small id="xlmqn"><b id="xlmqn"></b></small></dl></blockquote><dl id="xlmqn"><optgroup id="xlmqn"></optgroup></dl><b id="xlmqn"></b><pre id="xlmqn"></pre><strike id="xlmqn"><optgroup id="xlmqn"><ruby id="xlmqn"><dd id="xlmqn"></dd></ruby></optgroup></strike><pre id="xlmqn"><big id="xlmqn"><thead id="xlmqn"><nav id="xlmqn"></nav></thead></big></pre><fieldset id="xlmqn"></fieldset><listing id="xlmqn"></listing><ul id="xlmqn"></ul><center id="xlmqn"></center><center id="xlmqn"></center></div>

</html>