亚洲中字慕日产2020,大陆极品少妇内射AAAAAA,无码av大香线蕉伊人久久,久久精品国产亚洲av麻豆网站

資訊專欄INFORMATION COLUMN

Safari配置WebApp----添加啟動(dòng)圖和桌面圖標(biāo)讓你的WebApp在ios設(shè)備上體驗(yàn)如原生一

lindroid / 2799人閱讀

摘要:然后使用狀態(tài)欄樣式標(biāo)簽來根據(jù)您的應(yīng)用程序需要更改狀態(tài)欄的外觀。這是我在項(xiàng)目上添加的代碼實(shí)際體驗(yàn)如下圖所示可以看到用戶添加到主屏幕后,有了自定義的圖標(biāo)及啟動(dòng)圖,打開后也不會(huì)有的地址欄和工具欄,體驗(yàn)跟原生一樣。

現(xiàn)在很多開發(fā)者的Web應(yīng)用程序的設(shè)計(jì)樣式和交互類似本機(jī)應(yīng)用程序,例如,它的縮放比例適合iOS上的整個(gè)屏幕。當(dāng)用戶將其添加到主屏幕時(shí),您可以通過使其看起來像本機(jī)應(yīng)用程序一樣,在iOS上為您的Web應(yīng)用程序定制Safari。您可以使用其他平臺忽略的iOS設(shè)置來執(zhí)行此操作。

例如,您可以為添加到iOS主屏幕時(shí)用于表示W(wǎng)eb應(yīng)用程序的圖標(biāo)指定圖標(biāo),如指定Web Clip的網(wǎng)頁圖標(biāo)所述。當(dāng)您的Web應(yīng)用程序從主屏幕啟動(dòng)時(shí),您還可以最小化iOS用戶界面上的Safari,如更改狀態(tài)欄外觀和隱藏Safari用戶界面組件(搜索欄及工具欄)。這些都是可選設(shè)置,添加到您的網(wǎng)頁內(nèi)容時(shí)會(huì)被其他平臺忽略。

閱讀Web應(yīng)用程序的“視口設(shè)置”,了解如何在iOS上設(shè)置Web應(yīng)用程序的視口。

指定Web應(yīng)用程序的網(wǎng)頁圖標(biāo)

您可能希望用戶能夠?qū)⒛腤eb應(yīng)用程序或網(wǎng)頁鏈接添加到ios設(shè)備主屏幕。這些由圖標(biāo)表示的鏈接稱為Web剪輯。遵循這些簡單的步驟來指定一個(gè)圖標(biāo)來表示您的iOS應(yīng)用程序或網(wǎng)頁。

要為整個(gè)網(wǎng)站(網(wǎng)站上的每個(gè)頁面)指定一個(gè)圖標(biāo),請將一個(gè)圖標(biāo)文件以PNG格式放置在名為root的文檔文件夾 apple-touch-icon.png
要為單個(gè)網(wǎng)頁指定一個(gè)圖標(biāo)或者將網(wǎng)站圖標(biāo)替換為網(wǎng)頁特定的圖標(biāo),請向該網(wǎng)頁添加一個(gè)鏈接元素,如下所示:


在上面的例子中,custom_icon.png用你的圖標(biāo)文件名替換。
要為不同的設(shè)備分辨率指定多個(gè)圖標(biāo)(例如,同時(shí)支持iPhone和iPad設(shè)備),請sizes按以下方式為每個(gè)鏈接元素添加一個(gè)屬性:





使用最適合設(shè)備的圖標(biāo)。有關(guān)當(dāng)前圖標(biāo)大小和建議,請參閱iOS人機(jī)界面指南的“圖形”一章。
如果沒有與設(shè)備的建議尺寸相匹配的圖標(biāo),則會(huì)使用大于推薦尺寸的最小圖標(biāo)。如果沒有大于推薦尺寸的圖標(biāo),則使用最大的圖標(biāo)。

如果沒有使用鏈接元素指定圖標(biāo),則會(huì)在網(wǎng)站根目錄中搜索帶有apple-touch-icon...前綴的圖標(biāo)。例如,如果設(shè)備的適當(dāng)圖標(biāo)大小為58 x 58,系統(tǒng)將按以下順序搜索文件名:

apple-touch-icon-80x80.png

apple-touch-icon.png

注意: iOS 7上的Safari不會(huì)為圖標(biāo)添加效果。老版本的Safari不會(huì)為使用-precomposed.png后綴命名的圖標(biāo)文件添加效果。有關(guān)詳細(xì)信息,請參閱第一步:在iTunes Connect中識別您的應(yīng)用程序。

指定啟動(dòng)屏幕圖像

在iOS上,與原生應(yīng)用程序類似,您可以指定在Web應(yīng)用程序啟動(dòng)時(shí)顯示的啟動(dòng)屏幕圖像。當(dāng)您的Web應(yīng)用程序處于脫機(jī)狀態(tài)時(shí),這非常有用。默認(rèn)情況下,使用上次啟動(dòng)時(shí)的Web應(yīng)用程序屏幕截圖。要設(shè)置另一個(gè)啟動(dòng)圖像,請?jiān)诰W(wǎng)頁中添加一個(gè)鏈接元素,如下所示:


在上面的例子中,launch.png用你的啟動(dòng)屏幕文件名替換。有關(guān)當(dāng)前的啟動(dòng)屏幕大小和建議,請參閱iOS人機(jī)界面指南的“圖形”一章。

添加啟動(dòng)圖標(biāo)標(biāo)題

在iOS上,您可以為啟動(dòng)圖標(biāo)指定一個(gè)Web應(yīng)用程序標(biāo)題。默認(rèn)情況下,使用標(biāo)簽。要設(shè)置不同的標(biāo)題,請?jiān)诰W(wǎng)頁中添加元標(biāo)記,如下所示:</p> <pre><meta name =“apple-mobile-web-app-title”content =“AppTitle”> </pre> <p>在上面的例子中,替換AppTitle你的標(biāo)題。</p> <b>隱藏Safari用戶界面組件</b> <p>在iOS上,作為優(yōu)化您的Web應(yīng)用程序的一部分,讓它使用獨(dú)立模式更像本地應(yīng)用程序。當(dāng)您使用此獨(dú)立模式時(shí),Safari不會(huì)用于顯示W(wǎng)eb內(nèi)容 - 具體來說,屏幕頂部沒有瀏覽器URL文本字段,或者屏幕底部沒有按鈕欄。只有一個(gè)狀態(tài)欄出現(xiàn)在屏幕的頂部。閱讀更改狀態(tài)欄外觀以了解如何最小化狀態(tài)欄。</p> <p>將apple-mobile-web-app-capable元標(biāo)記設(shè)置yes為打開獨(dú)立模式。例如,以下HTML將使用獨(dú)立模式顯示W(wǎng)eb內(nèi)容。</p> <pre><meta name =“apple-mobile-web-app-capable”content =“yes”> </pre> <p>您可以使用window.navigator.standalone只讀布爾JavaScript屬性確定網(wǎng)頁是否以獨(dú)立模式顯示。有關(guān)獨(dú)立模式的更多信息,請參閱apple-mobile-web-app-capable。</p> <b>更改狀態(tài)欄的外觀</b> <p>如果您的Web應(yīng)用程序以獨(dú)立模式顯示,如本機(jī)應(yīng)用程序,則可以最小化iOS上屏幕頂部顯示的狀態(tài)欄。這樣做使用狀態(tài)欄式元標(biāo)記。</p> <p>除非您首先指定了隱藏Safari用戶界面組件中所述的獨(dú)立模式,否則此元標(biāo)記將不起作用。然后使用狀態(tài)欄樣式meta標(biāo)簽apple-mobile-web-app-status-bar-style來根據(jù)您的應(yīng)用程序需要更改狀態(tài)欄的外觀。例如,如果要使用整個(gè)屏幕,請將狀態(tài)欄樣式設(shè)置為半透明黑色。</p> <p>例如,下面的HTML將狀態(tài)欄的背景顏色設(shè)置為黑色:</p> <pre><meta name =“apple-mobile-web-app-status-bar-style”content =“black”> </pre> <p>有關(guān)狀態(tài)欄外觀的更多信息,請參閱iOS人機(jī)界面指南的“UI欄”一章。</p> <b>鏈接到其他原生應(yīng)用程序</b> <p>您的Web應(yīng)用程序可以通過創(chuàng)建具有特殊URL的鏈接來鏈接到其他內(nèi)置的iOS應(yīng)用程序??捎玫墓δ馨〒艽螂娫捥柎a,發(fā)送短信或iMessage,并在其本機(jī)應(yīng)用程序(如果已安裝)中打開YouTube視頻。例如,要鏈接到電話號碼,請按以下格式構(gòu)造一個(gè)錨點(diǎn)元素:</p> <pre><a href="tel:1-408-555-5555">給我打電話</a> </pre> <p>有關(guān)這些功能的完整視圖,請參閱Apple URL Scheme Reference。</p> <p>這是我在項(xiàng)目index.html上添加的代碼:</p> <pre><!-- Specifying a Webpage Icon for Web Clip for Safari --> <link rel="apple-touch-icon" href="assets/imgs/logo.png"> <!-- Specifying a Launch Screen Image for Safari --> <link rel="apple-touch-startup-image" href="assets/imgs/splash.png"> <!-- Hiding Safari User Interface Components --> <meta name="apple-mobile-web-app-capable" content="yes"> <!-- Changing the Status Bar Appearance --> <meta name="apple-mobile-web-app-status-bar-style" content="black"> </pre> <p>實(shí)際體驗(yàn)如下圖所示:<br><script type="text/javascript">showImg("https://segmentfault.com/img/bV2Mrz?w=283&h=500");</script></p> <p>可以看到用戶添加到主屏幕后,有了自定義的圖標(biāo)及啟動(dòng)圖,打開webapp后也不會(huì)有safari的地址欄和工具欄,體驗(yàn)跟原生一樣。<br>因?yàn)槲沂褂胕phone自帶的屏幕錄制功能,所以頂部狀態(tài)欄背景被占用,實(shí)際體驗(yàn)啟動(dòng)圖是全屏的。</p> </div> <div id="dnkpnhlp" class="mt-64 tags-seach" > <div id="dnkpnhlp" class="tags-info"> <a style="width:120px;" title="GPU云服務(wù)器" href="http://www.ezyhdfw.cn/site/product/gpu.html">GPU云服務(wù)器</a> <a style="width:120px;" title="云服務(wù)器" href="http://www.ezyhdfw.cn/site/active/kuaijiesale.html?ytag=seo">云服務(wù)器</a> <a style="width:120px;" title="WebApp" href="http://www.ezyhdfw.cn/yun/tag/WebApp/">WebApp</a> <a style="width:120px;" title="webapp 5" href="http://www.ezyhdfw.cn/yun/tag/webapp 5/">webapp 5</a> <a style="width:120px;" title="webrtc webapp" href="http://www.ezyhdfw.cn/yun/tag/webrtc webapp/">webrtc webapp</a> <a style="width:120px;" title="webapp mailto" href="http://www.ezyhdfw.cn/yun/tag/webapp mailto/">webapp mailto</a> </div> </div> <div id="dnkpnhlp" class="entry-copyright mb-30"> <p class="mb-15"> 文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。</p> <p>轉(zhuǎn)載請注明本文地址:http://www.ezyhdfw.cn/yun/51754.html</p> </div> <ul class="pre-next-page"> <li id="dnkpnhlp" class="ellipsis"><a class="hpf" href="http://www.ezyhdfw.cn/yun/51753.html">上一篇:工程師如何提升自身的軟素質(zhì)</a></li> <li id="dnkpnhlp" class="ellipsis"><a class="hpf" href="http://www.ezyhdfw.cn/yun/51755.html">下一篇:關(guān)于首屏?xí)r間采集自動(dòng)化的解決方案</a></li> </ul> </div> <div id="dnkpnhlp" class="about_topicone-mid"> <h3 class="top-com-title mb-0"><span data-id="0">相關(guān)文章</span></h3> <ul class="com_white-left-mid atricle-list-box"> <li> <div id="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/96439.html"><b>【PWA學(xué)習(xí)與實(shí)踐】(2) 使用Manifest,<em>讓<em>你的</em></em><em>WebApp</em>更“Native”</b></a></h2> <p class="ellipsis2 good">摘要:,不過在上會(huì)導(dǎo)致狀態(tài)欄不顯示任何東西。下面是項(xiàng)目中的相關(guān)設(shè)置圖書搜索中的處理方式與類似,中也有自己的標(biāo)簽來指示相應(yīng)的資源。 《PWA學(xué)習(xí)與實(shí)踐》系列文章已整理至gitbook - PWA學(xué)習(xí)手冊,文字內(nèi)容已同步至learning-pwa-ebook。轉(zhuǎn)載請注明作者與出處。 本文是《PWA學(xué)習(xí)與實(shí)踐》系列的第二篇文章。文中的代碼都可以在learning-pwa的manifest分支上找到...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-1369.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/13/small_000001369.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">flyer_dev</span></a> <time datetime="">2019-08-23 10:32</time> <span><i class="fa fa-commenting"></i>評論0</span> <span><i class="fa fa-star"></i>收藏0</span> </div> </div> </div> </li> <li> <div id="dnkpnhlp" class="atricle-list-right"> <h2 class="ellipsis2"><a class="hpf" href="http://www.ezyhdfw.cn/yun/86620.html"><b>2017前端技術(shù)預(yù)覽(未完結(jié),最后更新于1月13日)</b></a></h2> <p class="ellipsis2 good">摘要:圖離線情況下發(fā)送微信消息,等網(wǎng)絡(luò)正常后微信會(huì)繼續(xù)處理我們的消息。無論是在微信中還是手機(jī)短信,在沒有信號時(shí)都不影響我們編輯發(fā)送短信,等網(wǎng)絡(luò)恢復(fù)時(shí)會(huì)自動(dòng)幫我們把之前編輯好的信息順利遞送出去。 (刪掉了第一小段,因?yàn)楹蛢?nèi)容關(guān)系不大。。) 本來這該是個(gè)技術(shù)分享會(huì)的內(nèi)容,參加完 Google Developer Day(GDD) 后想做個(gè) AI Demo 來分享,奈何技術(shù)實(shí)力不夠,害怕把大家?guī)нM(jìn)...</p> <div id="dnkpnhlp" class="com_white-left-info"> <div id="dnkpnhlp" class="com_white-left-infol"> <a href="http://www.ezyhdfw.cn/yun/u-720.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/07/small_000000720.jpg" alt=""><span id="dnkpnhlp" class="layui-hide64">cnio</span></a> <time datetime="">2019-08-21 11:22</time> <span><i class="fa fa-commenting"></i>評論0</span> <span><i class="fa fa-star"></i>收藏0</span> </div> </div> </div> </li> </ul> </div> <div id="dnkpnhlp" class="topicone-box-wangeditor"> <h3 class="top-com-title mb-64"><span>發(fā)表評論</span></h3> <div id="dnkpnhlp" class="xcp-publish-main flex_box_zd"> <div id="dnkpnhlp" class="unlogin-pinglun-box"> <a href="javascript:login()" class="grad">登陸后可評論</a> </div> </div> </div> <div id="dnkpnhlp" class="site-box-content"> <div id="dnkpnhlp" class="site-content-title"> <h3 class="top-com-title mb-64"><span>0條評論</span></h3> </div> <div id="dnkpnhlp" class="pages"></ul></div> </div> </div> <div id="dnkpnhlp" class="layui-col-md4 layui-col-lg3 com_white-right site-wrap-right"> <div id="dnkpnhlp" class=""> <div id="dnkpnhlp" class="com_layuiright-box user-msgbox"> <a href="http://www.ezyhdfw.cn/yun/u-1463.html"><img src="http://www.ezyhdfw.cn/yun/data/avatar/000/00/14/small_000001463.jpg" alt=""></a> <h3><a href="http://www.ezyhdfw.cn/yun/u-1463.html" rel="nofollow">lindroid</a></h3> <h6>男<span>|</span>高級講師</h6> <div id="dnkpnhlp" class="flex_box_zd user-msgbox-atten"> <a href="javascript:attentto_user(1463)" id="attenttouser_1463" class="grad follow-btn notfollow attention">我要關(guān)注</a> <a href="javascript:login()" title="發(fā)私信" >我要私信</a> </div> <div id="dnkpnhlp" class="user-msgbox-list flex_box_zd"> <h3 class="hpf">TA的文章</h3> <a href="http://www.ezyhdfw.cn/yun/ut-1463.html" class="box_hxjz">閱讀更多</a> </div> <ul class="user-msgbox-ul"> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/130702.html">tensorflow鏡像下載</a></h3> <p>閱讀 1532<span>·</span>2023-04-25 18:34</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/123963.html">關(guān)于程序員的「年齡歧視」問題,程序員的年齡天花板難道是35歲嗎?</a></h3> <p>閱讀 3704<span>·</span>2021-11-19 09:40</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/123553.html">MySQL-Front設(shè)置中文</a></h3> <p>閱讀 2888<span>·</span>2021-11-17 09:33</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/123203.html">Python基礎(chǔ)(四):數(shù)據(jù)類型</a></h3> <p>閱讀 3045<span>·</span>2021-11-12 10:36</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/121146.html">Python3,68個(gè)內(nèi)置庫函數(shù)詳解,進(jìn)階必備,必須收藏??!!</a></h3> <p>閱讀 2937<span>·</span>2021-09-26 09:55</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/117997.html">SpinServers:美國服務(wù)器促銷/2*e5-2630Lv2/64g內(nèi)存/1.6T ssd/10</a></h3> <p>閱讀 2715<span>·</span>2021-08-05 10:03</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/116996.html">HTML&&CSS基礎(chǔ)知識點(diǎn)整理</a></h3> <p>閱讀 2580<span>·</span>2019-08-30 15:54</p></li> <li><h3 class="ellipsis"><a href="http://www.ezyhdfw.cn/yun/116941.html">CSS 圖像拼合技術(shù)(雪碧圖)</a></h3> <p>閱讀 2929<span>·</span>2019-08-30 15:54</p></li> </ul> </div> <!-- 文章詳情右側(cè)廣告--> <div id="dnkpnhlp" class="com_layuiright-box"> <h6 class="top-com-title"><span>最新活動(dòng)</span></h6> <div id="dnkpnhlp" class="com_adbox"> <div id="dnkpnhlp" class="layui-carousel" id="right-item"> <div carousel-item> <div> <a href="http://www.ezyhdfw.cn/site/active/kuaijiesale.html?ytag=seo" rel="nofollow"> <img src="http://www.ezyhdfw.cn/yun/data/attach/240625/2rTjEHmi.png" alt="云服務(wù)器"> </a> </div> <div> <a href="http://www.ezyhdfw.cn/site/product/gpu.html" rel="nofollow"> <img src="http://www.ezyhdfw.cn/yun/data/attach/240807/7NjZjdrd.png" alt="GPU云服務(wù)器"> </a> </div> </div> </div> </div> <!-- banner結(jié)束 --> <div id="dnkpnhlp" class="adhtml"> </div> <script> $(function(){ $.ajax({ type: "GET", url:"http://www.ezyhdfw.cn/yun/ad/getad/1.html", cache: false, success: function(text){ $(".adhtml").html(text); } }); }) </script> </div> </div> </div> </div> </div> </section> <!-- wap拉出按鈕 --> <div id="dnkpnhlp" class="site-tree-mobile layui-hide"> <i class="layui-icon layui-icon-spread-left"></i> </div> <!-- wap遮罩層 --> <div id="dnkpnhlp" class="site-mobile-shade"></div> <!--付費(fèi)閱讀 --> <div class="dnkpnhlp" id="payread"> <div id="dnkpnhlp" class="layui-form-item">閱讀需要支付1元查看</div> <div id="dnkpnhlp" class="layui-form-item"><button class="btn-right">支付并查看</button></div> </div> <script> var prei=0; $(".site-seo-depict pre").each(function(){ var html=$(this).html().replace("<code>","").replace("</code>","").replace('<code class="javascript hljs" codemark="1">',''); $(this).attr('data-clipboard-text',html).attr("id","pre"+prei); $(this).html("").append("<code>"+html+"</code>"); prei++; }) $(".site-seo-depict img").each(function(){ if($(this).attr("src").indexOf('data:image/svg+xml')!= -1){ $(this).remove(); } }) $("LINK[href*='style-49037e4d27.css']").remove(); $("LINK[href*='markdown_views-d7a94ec6ab.css']").remove(); layui.use(['jquery', 'layer','code'], function(){ $("pre").attr("class","layui-code"); $("pre").attr("lay-title",""); $("pre").attr("lay-skin",""); layui.code(); $(".layui-code-h3 a").attr("class","copycode").html("復(fù)制代碼 ").attr("onclick","copycode(this)"); }); function copycode(target){ var id=$(target).parent().parent().attr("id"); var clipboard = new ClipboardJS("#"+id); clipboard.on('success', function(e) { e.clearSelection(); alert("復(fù)制成功") }); clipboard.on('error', function(e) { alert("復(fù)制失敗") }); } //$(".site-seo-depict").html($(".site-seo-depict").html().slice(0, -5)); </script> <link rel="stylesheet" type="text/css" href="http://www.ezyhdfw.cn/yun/static/js/neweditor/code/styles/tomorrow-night-eighties.css"> <script src="http://www.ezyhdfw.cn/yun/static/js/neweditor/code/highlight.pack.js" type="text/javascript"></script> <script src="http://www.ezyhdfw.cn/yun/static/js/clipboard.js"></script> <script>hljs.initHighlightingOnLoad();</script> <script> function setcode(){ var _html=''; document.querySelectorAll('pre code').forEach((block) => { var _tmptext=$.trim($(block).text()); if(_tmptext!=''){ _html=_html+_tmptext; console.log(_html); } }); } </script> <script> function payread(){ layer.open({ type: 1, title:"付費(fèi)閱讀", shadeClose: true, content: $('#payread') }); } // 舉報(bào) function jupao_tip(){ layer.open({ type: 1, title:false, shadeClose: true, content: $('#jubao') }); } $(".getcommentlist").click(function(){ var _id=$(this).attr("dataid"); var _tid=$(this).attr("datatid"); $("#articlecommentlist"+_id).toggleClass("hide"); var flag=$("#articlecommentlist"+_id).attr("dataflag"); if(flag==1){ flag=0; }else{ flag=1; //加載評論 loadarticlecommentlist(_id,_tid); } $("#articlecommentlist"+_id).attr("dataflag",flag); }) $(".add-comment-btn").click(function(){ var _id=$(this).attr("dataid"); $(".formcomment"+_id).toggleClass("hide"); }) $(".btn-sendartcomment").click(function(){ var _aid=$(this).attr("dataid"); var _tid=$(this).attr("datatid"); var _content=$.trim($(".commenttext"+_aid).val()); if(_content==''){ alert("評論內(nèi)容不能為空"); return false; } var touid=$("#btnsendcomment"+_aid).attr("touid"); if(touid==null){ touid=0; } addarticlecomment(_tid,_aid,_content,touid); }) $(".button_agree").click(function(){ var supportobj = $(this); var tid = $(this).attr("id"); $.ajax({ type: "GET", url:"http://www.ezyhdfw.cn/yun/index.php?topic/ajaxhassupport/" + tid, cache: false, success: function(hassupport){ if (hassupport != '1'){ $.ajax({ type: "GET", cache:false, url: "http://www.ezyhdfw.cn/yun/index.php?topic/ajaxaddsupport/" + tid, success: function(comments) { supportobj.find("span").html(comments+"人贊"); } }); }else{ alert("您已經(jīng)贊過"); } } }); }); function attenquestion(_tid,_rs){ $.ajax({ //提交數(shù)據(jù)的類型 POST GET type:"POST", //提交的網(wǎng)址 url:"http://www.ezyhdfw.cn/yun/favorite/topicadd.html", //提交的數(shù)據(jù) data:{tid:_tid,rs:_rs}, //返回?cái)?shù)據(jù)的格式 datatype: "json",//"xml", "html", "script", "json", "jsonp", "text". //在請求之前調(diào)用的函數(shù) beforeSend:function(){}, //成功返回之后調(diào)用的函數(shù) success:function(data){ var data=eval("("+data+")"); console.log(data) if(data.code==2000){ layer.msg(data.msg,function(){ if(data.rs==1){ //取消收藏 $(".layui-layer-tips").attr("data-tips","收藏文章"); $(".layui-layer-tips").html('<i class="fa fa-heart-o"></i>'); } if(data.rs==0){ //收藏成功 $(".layui-layer-tips").attr("data-tips","已收藏文章"); $(".layui-layer-tips").html('<i class="fa fa-heart"></i>') } }) }else{ layer.msg(data.msg) } } , //調(diào)用執(zhí)行后調(diào)用的函數(shù) complete: function(XMLHttpRequest, textStatus){ postadopt=true; }, //調(diào)用出錯(cuò)執(zhí)行的函數(shù) error: function(){ //請求出錯(cuò)處理 postadopt=false; } }); } </script> <footer> <div id="dnkpnhlp" class="layui-container"> <div id="dnkpnhlp" class="flex_box_zd"> <div id="dnkpnhlp" class="left-footer"> <h6><a href="http://www.ezyhdfw.cn/"><img src="http://www.ezyhdfw.cn/yun/static/theme/ukd//images/logo.png" alt="UCloud (優(yōu)刻得科技股份有限公司)"></a></h6> <p>UCloud (優(yōu)刻得科技股份有限公司)是中立、安全的云計(jì)算服務(wù)平臺,堅(jiān)持中立,不涉足客戶業(yè)務(wù)領(lǐng)域。公司自主研發(fā)IaaS、PaaS、大數(shù)據(jù)流通平臺、AI服務(wù)平臺等一系列云計(jì)算產(chǎn)品,并深入了解互聯(lián)網(wǎng)、傳統(tǒng)企業(yè)在不同場景下的業(yè)務(wù)需求,提供公有云、混合云、私有云、專有云在內(nèi)的綜合性行業(yè)解決方案。</p> </div> <div id="dnkpnhlp" class="right-footer layui-hidemd"> <ul class="flex_box_zd"> <li> <h6>UCloud與云服務(wù)</h6> <p><a href="http://www.ezyhdfw.cn/site/about/intro/">公司介紹</a></p> <p><a >加入我們</a></p> <p><a href="http://www.ezyhdfw.cn/site/ucan/onlineclass/">UCan線上公開課</a></p> <p><a href="http://www.ezyhdfw.cn/site/solutions.html" >行業(yè)解決方案</a></p> <p><a href="http://www.ezyhdfw.cn/site/pro-notice/">產(chǎn)品動(dòng)態(tài)</a></p> </li> <li> <h6>友情鏈接</h6> <p><a >GPU算力平臺</a></p> <p><a >UCloud私有云</a></p> <p><a >SurferCloud</a></p> <p><a >工廠仿真軟件</a></p> <p><a >AI繪畫</a></p> <p><a >Wavespeed AI</a></p> </li> <li> <h6>社區(qū)欄目</h6> <p><a href="http://www.ezyhdfw.cn/yun/column/index.html">專欄文章</a></p> <p><a href="http://www.ezyhdfw.cn/yun/udata/">專題地圖</a></p> </li> <li> <h6>常見問題</h6> <p><a href="http://www.ezyhdfw.cn/site/ucsafe/notice.html" >安全中心</a></p> <p><a href="http://www.ezyhdfw.cn/site/about/news/recent/" >新聞動(dòng)態(tài)</a></p> <p><a href="http://www.ezyhdfw.cn/site/about/news/report/">媒體動(dòng)態(tài)</a></p> <p><a href="http://www.ezyhdfw.cn/site/cases.html">客戶案例</a></p> <p><a href="http://www.ezyhdfw.cn/site/notice/">公告</a></p> </li> <li> <span><img src="https://static.ucloud.cn/7a4b6983f4b94bcb97380adc5d073865.png" alt="優(yōu)刻得"></span> <p>掃掃了解更多</p></div> </div> <div id="dnkpnhlp" class="copyright">Copyright ? 2012-2025 UCloud 優(yōu)刻得科技股份有限公司<i>|</i><a rel="nofollow" >滬公網(wǎng)安備 31011002000058號</a><i>|</i><a rel="nofollow" ></a> 滬ICP備12020087號-3</a><i>|</i> <script type="text/javascript" src="https://gyfk12.kuaishang.cn/bs/ks.j?cI=197688&fI=125915" charset="utf-8"></script> <script> var _hmt = _hmt || []; (function() { var hm = document.createElement("script"); hm.src = "https://#/hm.js?290c2650b305fc9fff0dbdcafe48b59d"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-DZSMXQ3P9N"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-DZSMXQ3P9N'); </script> <script> (function(){ var el = document.createElement("script"); el.src = "https://lf1-cdn-tos.bytegoofy.com/goofy/ttzz/push.js?99f50ea166557aed914eb4a66a7a70a4709cbb98a54ecb576877d99556fb4bfc3d72cd14f8a76432df3935ab77ec54f830517b3cb210f7fd334f50ccb772134a"; el.id = "ttzz"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(el, s); })(window) </script></div> </div> </footer> <footer> <div class="friendship-link"> <p>感谢您访问我们的网站,您可能还对以下资源感兴趣:</p> <a href="http://www.ezyhdfw.cn/" title="亚洲中字慕日产2020,大陆极品少妇内射AAAAAA,无码av大香线蕉伊人久久,久久精品国产亚洲av麻豆网站 ">亚洲中字慕日产2020,大陆极品少妇内射AAAAAA,无码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="ubahs" class="pl_css_ganrao" style="display: none;"><dl id="ubahs"></dl><tr id="ubahs"><sup id="ubahs"><center id="ubahs"><font id="ubahs"></font></center></sup></tr><legend id="ubahs"><blockquote id="ubahs"><button id="ubahs"><em id="ubahs"></em></button></blockquote></legend><samp id="ubahs"><center id="ubahs"></center></samp><ins id="ubahs"></ins><strong id="ubahs"></strong><em id="ubahs"></em><ins id="ubahs"></ins><source id="ubahs"></source><button id="ubahs"></button><meter id="ubahs"><td id="ubahs"><mark id="ubahs"><pre id="ubahs"></pre></mark></td></meter><thead id="ubahs"></thead><tt id="ubahs"><b id="ubahs"><em id="ubahs"><abbr id="ubahs"></abbr></em></b></tt><listing id="ubahs"></listing><thead id="ubahs"><pre id="ubahs"><em id="ubahs"></em></pre></thead><thead id="ubahs"><xmp id="ubahs"></xmp></thead><pre id="ubahs"></pre><source id="ubahs"></source><center id="ubahs"><xmp id="ubahs"><em id="ubahs"></em></xmp></center><listing id="ubahs"><dfn id="ubahs"><strike id="ubahs"></strike></dfn></listing><acronym id="ubahs"><p id="ubahs"><fieldset id="ubahs"></fieldset></p></acronym><font id="ubahs"><em id="ubahs"><button id="ubahs"><mark id="ubahs"></mark></button></em></font><option id="ubahs"><small id="ubahs"><dfn id="ubahs"></dfn></small></option><em id="ubahs"></em><optgroup id="ubahs"><nav id="ubahs"><s id="ubahs"><var id="ubahs"></var></s></nav></optgroup><code id="ubahs"><table id="ubahs"><pre id="ubahs"></pre></table></code><small id="ubahs"><style id="ubahs"><strike id="ubahs"><label id="ubahs"></label></strike></style></small><xmp id="ubahs"><tr id="ubahs"></tr></xmp><tfoot id="ubahs"></tfoot><pre id="ubahs"></pre><delect id="ubahs"></delect><dl id="ubahs"></dl><xmp id="ubahs"></xmp><sup id="ubahs"></sup><big id="ubahs"></big><fieldset id="ubahs"><dl id="ubahs"><th id="ubahs"></th></dl></fieldset><dl id="ubahs"></dl><form id="ubahs"></form><del id="ubahs"></del><dl id="ubahs"></dl><address id="ubahs"><sup id="ubahs"><font id="ubahs"><delect id="ubahs"></delect></font></sup></address><dl id="ubahs"></dl><button id="ubahs"><b id="ubahs"><small id="ubahs"></small></b></button><option id="ubahs"></option><label id="ubahs"></label><big id="ubahs"><strong id="ubahs"><strong id="ubahs"></strong></strong></big><wbr id="ubahs"></wbr><output id="ubahs"><big id="ubahs"></big></output><wbr id="ubahs"><legend id="ubahs"></legend></wbr><label id="ubahs"><nobr id="ubahs"><strong id="ubahs"><var id="ubahs"></var></strong></nobr></label><pre id="ubahs"><bdo id="ubahs"></bdo></pre><video id="ubahs"><small id="ubahs"><style id="ubahs"></style></small></video><dfn id="ubahs"></dfn><sup id="ubahs"></sup><th id="ubahs"></th><i id="ubahs"><strong id="ubahs"><tbody id="ubahs"><dfn id="ubahs"></dfn></tbody></strong></i><pre id="ubahs"></pre><pre id="ubahs"><code id="ubahs"><optgroup id="ubahs"></optgroup></code></pre><strong id="ubahs"></strong><pre id="ubahs"></pre><thead id="ubahs"><sup id="ubahs"><bdo id="ubahs"></bdo></sup></thead><strike id="ubahs"><i id="ubahs"></i></strike><li id="ubahs"></li><thead id="ubahs"></thead><blockquote id="ubahs"><tfoot id="ubahs"><fieldset id="ubahs"><tbody id="ubahs"></tbody></fieldset></tfoot></blockquote><pre id="ubahs"></pre><thead id="ubahs"><xmp id="ubahs"><tr id="ubahs"></tr></xmp></thead><tr id="ubahs"></tr><pre id="ubahs"><button id="ubahs"><kbd id="ubahs"><output id="ubahs"></output></kbd></button></pre><option id="ubahs"></option><small id="ubahs"></small><nobr id="ubahs"><dfn id="ubahs"><sup id="ubahs"></sup></dfn></nobr><strike id="ubahs"></strike><tbody id="ubahs"></tbody><p id="ubahs"></p><li id="ubahs"><video id="ubahs"></video></li><listing id="ubahs"></listing><dfn id="ubahs"></dfn><rt id="ubahs"></rt><thead id="ubahs"><xmp id="ubahs"></xmp></thead><optgroup id="ubahs"><nav id="ubahs"><s id="ubahs"></s></nav></optgroup><ol id="ubahs"><th id="ubahs"><tr id="ubahs"><span id="ubahs"></span></tr></th></ol><strike id="ubahs"></strike><abbr id="ubahs"></abbr><i id="ubahs"><legend id="ubahs"><address id="ubahs"></address></legend></i><center id="ubahs"><ol id="ubahs"><listing id="ubahs"><video id="ubahs"></video></listing></ol></center><label id="ubahs"></label><p id="ubahs"><strike id="ubahs"><thead id="ubahs"></thead></strike></p><optgroup id="ubahs"><li id="ubahs"><ul id="ubahs"><pre id="ubahs"></pre></ul></li></optgroup><sup id="ubahs"></sup><listing id="ubahs"><abbr id="ubahs"></abbr></listing><sub id="ubahs"><dl id="ubahs"><listing id="ubahs"><optgroup id="ubahs"></optgroup></listing></dl></sub><ins id="ubahs"><xmp id="ubahs"><blockquote id="ubahs"><tbody id="ubahs"></tbody></blockquote></xmp></ins><acronym id="ubahs"></acronym><rp id="ubahs"><em id="ubahs"><th id="ubahs"><nobr id="ubahs"></nobr></th></em></rp><small id="ubahs"><optgroup id="ubahs"></optgroup></small><bdo id="ubahs"></bdo><strong id="ubahs"><cite id="ubahs"><menu id="ubahs"></menu></cite></strong><ruby id="ubahs"><option id="ubahs"><nobr id="ubahs"><small id="ubahs"></small></nobr></option></ruby><b id="ubahs"></b><mark id="ubahs"></mark><dd id="ubahs"></dd><acronym id="ubahs"><address id="ubahs"><sup id="ubahs"></sup></address></acronym><pre id="ubahs"></pre><output id="ubahs"><em id="ubahs"><dfn id="ubahs"><form id="ubahs"></form></dfn></em></output><button id="ubahs"><kbd id="ubahs"><form id="ubahs"></form></kbd></button><s id="ubahs"></s><sup id="ubahs"><strike id="ubahs"><dl id="ubahs"><wbr id="ubahs"></wbr></dl></strike></sup><dl id="ubahs"></dl><delect id="ubahs"><address id="ubahs"><strike id="ubahs"></strike></address></delect><optgroup id="ubahs"></optgroup><ins id="ubahs"></ins><label id="ubahs"></label><noframes id="ubahs"></noframes><acronym id="ubahs"></acronym><wbr id="ubahs"><fieldset id="ubahs"><dl id="ubahs"></dl></fieldset></wbr><sup id="ubahs"><input id="ubahs"><code id="ubahs"></code></input></sup><table id="ubahs"></table><strike id="ubahs"></strike><big id="ubahs"><noscript id="ubahs"><sup id="ubahs"></sup></noscript></big><dfn id="ubahs"><ruby id="ubahs"><li id="ubahs"></li></ruby></dfn><dfn id="ubahs"><ul id="ubahs"><tr id="ubahs"><abbr id="ubahs"></abbr></tr></ul></dfn><li id="ubahs"><noscript id="ubahs"><nobr id="ubahs"><small id="ubahs"></small></nobr></noscript></li><thead id="ubahs"></thead><acronym id="ubahs"></acronym><tfoot id="ubahs"><tbody id="ubahs"><tr id="ubahs"></tr></tbody></tfoot><track id="ubahs"></track><fieldset id="ubahs"></fieldset><p id="ubahs"><label id="ubahs"><bdo id="ubahs"></bdo></label></p><form id="ubahs"></form><bdo id="ubahs"><listing id="ubahs"><dfn id="ubahs"></dfn></listing></bdo><mark id="ubahs"></mark><source id="ubahs"><p id="ubahs"><fieldset id="ubahs"></fieldset></p></source><tfoot id="ubahs"><object id="ubahs"></object></tfoot><font id="ubahs"><tbody id="ubahs"><cite id="ubahs"></cite></tbody></font><optgroup id="ubahs"><track id="ubahs"><th id="ubahs"></th></track></optgroup><button id="ubahs"></button><pre id="ubahs"></pre><dl id="ubahs"><source id="ubahs"></source></dl><th id="ubahs"></th><i id="ubahs"></i><dfn id="ubahs"></dfn><tr id="ubahs"><pre id="ubahs"><meter id="ubahs"></meter></pre></tr><source id="ubahs"></source><bdo id="ubahs"><code id="ubahs"><cite id="ubahs"></cite></code></bdo><nobr id="ubahs"><code id="ubahs"><dfn id="ubahs"><strong id="ubahs"></strong></dfn></code></nobr><strike id="ubahs"></strike><form id="ubahs"></form><samp id="ubahs"><small id="ubahs"></small></samp><em id="ubahs"><abbr id="ubahs"><form id="ubahs"></form></abbr></em></div> <script src="http://www.ezyhdfw.cn/yun/static/theme/ukd/js/common.js"></script> <<script type="text/javascript"> $(".site-seo-depict *,.site-content-answer-body *,.site-body-depict *").css("max-width","100%"); </script> </html>