iPhone17有望打破iPhone4記錄:iPhone 4的旗艦地位持續了近16個月 (2025)

詳細報價

最近查詢

圖表分析

互動圖表

同業

新聞

派息

公司資料

現價
波幅

最後更新

'); if (data != null && data.status == 'S' && data.data.length > 0 && data.data[0].length > 0) { var sInfo = $.grep(data.data[0], function (e) { return e.key == stockQuoteControl.getSymbol(); }); if (sInfo != null && sInfo.length > 0) { sInfo = sInfo[0].data; var sName = sInfo.Desp2 != "" && APP_LANG != "eng" ? (sInfo.Desp2 + " " + sInfo.Desp) : sInfo.Desp; $("#SQ_Name").text(sName).attr("title", sName); if (sInfo.Symbol != "") { $("#SQ_Symbol > a").text("(" + sInfo.Symbol + ")").attr("href", URL_US_40_02_01 + '?symbol=' + USUtility.GetSymbolNoEx(sInfo.Symbol)); } var imgChart = $("iPhone17有望打破iPhone4記錄:iPhone 4的旗艦地位持續了近16個月 (2)"); if (sInfo.DataType == "R") { imgChart.attr("src", URL_MINI_CHART_RT + '&symbol=' + sInfo.Symbol); } else { imgChart.attr("src", URL_MINI_CHART + '&symbol=' + sInfo.Symbol); } $("#SQ_Chart").append(imgChart).unbind("click").bind("click", function () { uschart(USUtility.GetSymbolNoEx(sInfo.Symbol)) }); if (sInfo.IndustryName != "") { var indName = $("

").html(sInfo.IndustryName).text(); $("#SQ_Industry > a").attr("href", URL_US_40_05_06_03 + "?industrysymbol=" + sInfo.IndustryCode); $("#SQ_Industry > a > div:eq(0)").attr("title", indName).html(indName); $("#SQ_Industry > a > div:eq(0)").show(); } var cecd = sInfo.EventCountDownName; var cecd_detail = sInfo.EventCountDownDetail; if (cecd != "") { var orangeArrow = $("").attr("class", "float_l orange-arrow-5-10").css("margin", "4px 0px 0px 3px"); $("#SQ_CECD > a > div:eq(0)").show(); $("#SQ_CECD").bind("mouseover", function () { $(this).children('div').show(); }).bind("mouseout", function () { $(this).children('div').hide(); }); if (cecd != CECDRemove) { if (cecd != CECDFilter) { var labCECD = $("").attr({ "class": "float_l orange4" }).text(cecd); var lnkCECD = $("").attr({ "class": "a15", "href": URL_US_40_06_03 + '?symbol=' + USUtility.GetSymbolNoEx(sInfo.Symbol) }); lnkCECD.prepend(orangeArrow); lnkCECD.prepend(labCECD); $("#SQ_CECD").prepend(lnkCECD); if (cecd_detail != undefined && cecd_detail != null) { var tabCECD = $("

"); var TR = $("

"); var TD = $("

").css({ "padding": "1px 3px" }); var lnkMore = $("").attr({ "class": "a15", "href": URL_US_40_06_03 + '?symbol=' + USUtility.GetSymbolNoEx(sInfo.Symbol) }).html(CECDLnkMore); for (var cecd_index = 0; cecd_index < 5; cecd_index++) { var tabCECD_TR = TR.clone(); var tabCECD_TD = TD.clone().text(CECDTableField[cecd_index]); var tabCECD_TD2 = TD.clone(); var tabCECD_TD3 = TD.clone(); var tabCECD_TD4 = TD.clone().text(":"); switch (cecd_index) { case 0: tabCECD_TD2.text(cecd_detail.AnnounceDate); tabCECD_TD3.html(lnkMore); break; case 1: tabCECD_TD2.text(cecd_detail.Particular); break; case 2: tabCECD_TD2.text(cecd_detail.ExDate); break; case 3: tabCECD_TD2.text(cecd_detail.BookCloseDate); break; case 4: tabCECD_TD2.text(cecd_detail.PayableDate); break; } tabCECD_TR.append(tabCECD_TD); tabCECD_TR.append(tabCECD_TD4); tabCECD_TR.append(tabCECD_TD2); tabCECD_TR.append(tabCECD_TD3); tabCECD.append(tabCECD_TR); } $("#SQ_CECD > div").append(tabCECD); } else { $("#SQ_CECD > div").text(sInfo.Desp + " (" + sInfo.Symbol + ") " + cecd); } } else { var labCECD = $("").attr({ "class": "float_l orange4" }).text(cecd); $("#SQ_CECD").prepend(labCECD); if (cecd == "Result Ann.") { cecd = "Result Announcement"; } $("#SQ_CECD > div").text(sInfo.Desp + " (" + sInfo.Symbol + ") " + cecd); } } } initialJsNewsCounterFunc(); } } } /* Common */ function BindStockBarLiveData(data) { $("#SQ_TI").html(""); $("#SQ_Last").html(""); $("#SQ_Change").html(""); $("#SQ_Range").text(""); $("#SQ_PrePost").html(""); $("#sb2-last-update").text(""); if (data != null && data.status == 'S' && data.data.length > 0 && data.data[0].length > 0) { var sInfo = $.grep(data.data[0], function (e) { return e.key == stockQuoteControl.getSymbol(); }); if (sInfo != null && sInfo.length > 0) { sInfo = sInfo[0].data; var nc = AAUtility.GetNumber(sInfo.NewsCounter) || 0; if (nc > 0) { $("#SQ_TI").append(ConvertNewsCounter(nc, USUtility.GetSymbolNoEx(sInfo.Symbol), "US")); } if (sInfo.HighLowIndicator != "" && sInfo.HighLowIndicator != "0") { $("#SQ_TI").append(ConvertHighLowIndicator(sInfo.HighLowIndicator, APP_LANG)); } $("#SQ_Last").html("" + sInfo.Last + ""); $("#SQ_Change").html(USUtility.GetChangeDisplay(sInfo.ChangeSign, sInfo.Change == _sF.NullValue ? _sF.NullValue : sInfo.Change + " (" + sInfo.ChangePercent.replace(/[+-]/g, "") + ")")) $("#SQ_Range").text(sInfo.Range); if (sInfo.PrePostChangePercent != _sF.NullValue) { $("#SQ_PrePost").html("

" + (US_Common_LABEL.MarketStatus[sInfo.MarketStatus] || "") + "" + USUtility.GetChangeDisplay(sInfo.PrePostChangeSign, sInfo.PrePostChangePercent) + "

"); USUtility.SetFlashingEffect($("#SQ_PrePost .stream-prepost2"), sInfo.PrePostFlashingSign); } if (sInfo.Timestamp != "") { $("#sb2-last-update").text(USUtility.GetUSTimeZoneInShort(sInfo.MaxTimeStamp)); } // Flashing Effect USUtility.SetFlashingEffect($("#SQ_Last .stream-last2"), sInfo.LastFlashingSign); initialJsNewsCounterFunc(); if (typeof CustomBindStockBarLiveData == "function") { CustomBindStockBarLiveData(sInfo); } } } } /* Quote Page */ function BindStockBarQuotePageData(data) { $("#SQ_TI").html(""); if (data != null && data.status == 'S' && data.data.length > 0 && data.data[0].length > 0) { var sInfo = $.grep(data.data[0], function (e) { return e.key == _USSymbol; }); if (sInfo != null && sInfo.length > 0) { sInfo = sInfo[0].data; var nc = AAUtility.GetNumber(sInfo.NewsCounter) || 0; if (nc > 0) { $("#SQ_TI").append(ConvertNewsCounter(nc, USUtility.GetSymbolNoEx(sInfo.Symbol), "US")); } if (sInfo.HighLowIndicator != "" && sInfo.HighLowIndicator != "0") { $("#SQ_TI").append(ConvertHighLowIndicator(sInfo.HighLowIndicator, APP_LANG)); } initialJsNewsCounterFunc(); } } } /* Quote Page */ function BindStockBarQuotePageIndexData(data) { if (data != null && data.status == 'S' && data.data.length > 0 && data.data[0].length > 0) { var sInfo = $.grep(data.data[0], function (e) { return e.key == "NDX.US"; }); if (sInfo != null && sInfo.length > 0) { sInfo = sInfo[0].data; $("#SQ_NDXLast").html("" + sInfo.Last + ""); $("#SQ_NDXChange").html(USUtility.GetChangeDisplayDiv(sInfo.ChangeSign, sInfo.Change == _sF.NullValue ? _sF.NullValue : sInfo.Change.replace(/[+-]/g, "") + "" + sInfo.ChangePercent.replace(/[+-]/g, ""))); // Flashing Effect USUtility.SetFlashingEffect($("#SQ_NDXLast .stream-last2"), sInfo.LastFlashingSign); } } } /* Chart Page */ function BindStockBarIndexData(data) { if (data != null && data.status == 'S' && data.data.length > 0 && data.data[0].length > 0) { var sInfo = $.grep(data.data[0], function (e) { return e.key == _USSymbol; }); if (sInfo != null && sInfo.length > 0) { sInfo = sInfo[0].data; sInfo.CalcRange(2); $("#SQ_Last").html("" + sInfo.Last + ""); $("#SQ_Change").html(USUtility.GetChangeDisplay(sInfo.ChangeSign, sInfo.Change == _sF.NullValue ? _sF.NullValue : sInfo.Change + " (" + sInfo.ChangePercent.replace(/[+-]/g, "") + ")")) $("#SQ_Range").text(sInfo.Range); if (sInfo.Timestamp != "") { $("#sb2-last-update").text(USUtility.GetUSTimeZoneInShort(sInfo.Timestamp)); } // Flashing Effect USUtility.SetFlashingEffect($("#SQ_Last .stream-last2"), sInfo.LastFlashingSign); initialJsNewsCounterFunc(); } } } function BindStockBarNoData(data) { if (typeof CustomBindStockBarNoData == "function") CustomBindStockBarNoData(data); } // Called from Header2 function CustomIndexDataHandler(data) { if (typeof BindRelatedStockChartIndexData == "function") BindRelatedStockChartIndexData(data); }

個股新聞 - Apple Inc.

回上頁

iPhone17有望打破iPhone4記錄:iPhone 4的旗艦地位持續了近16個月

iPhone17有望打破iPhone4記錄:iPhone 4的旗艦地位持續了近16個月 (3)

格隆匯新聞

推薦

1

利好

3

利淡

沽空

股價

8月28日|據科技網站9to5mac,iPhone 17很快就要發佈了。由於蘋果未來的發佈策略調整,這款手機有望打破15年前創下的最長iPhone旗艦機型銷售時間紀錄。 目前,這一紀錄屬於iPhone 4。該手機在2010年6月開售,一直是蘋果的旗艦iPhone機型,直至2011年10月iPhone 4S發佈。由於當年蘋果將旗艦機發布週期從夏季調整到秋季,iPhone 4的旗艦地位持續了近16個月。

新聞來源 (不包括新聞圖片): 格隆匯

'); $("body").append(scs); scs.css("opacity", "0").css("display", "block").css("bottom", "0px").animate({ "opacity": "1", "bottom": "15px" }, 200); scs.click(function () { if (copyAnimation != null) clearTimeout(copyAnimation); scs.animate({ "opacity": "0", "bottom": "0px" }, 200, function () { $(this).remove(); }); }); if (copyAnimation != null) clearTimeout(copyAnimation); copyAnimation = setTimeout(function () { scs.animate({ "opacity": "0", "bottom": "0px" }, 200, function () { $(this).remove(); }); }, 3000); } } function faceBookClick() { var url = ShareCtrlWords.ShareLink; var plink = 'http://www.facebook.com/sharer.php?u=' + url; var PopupWindow = window.open(plink, 'facebook', 'height=440,width=620,status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0'); PopupWindow.focus(); _gaq.push(['_trackEvent', 'Facebook', 'Share', url]); } function weiboClick() { var url = ShareCtrlWords.ShareWeibo; var PopupWindow = window.open(url, 'weibo', 'height=440,width=620,status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0'); PopupWindow.focus(); } function twitterClick() { var url = ShareCtrlWords.ShareTwitter; var PopupWindow2 = window.open(url, 'twitter', 'status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,dependent=yes,alwaysRaised=yes,left=0,top=0",screenX=0,screenY=0'); PopupWindow2.focus(); } function emailNews() { if (typeof AANewsShare != "undefined" && AANewsShare != null) AANewsShare.Show(); } function messagerClick() { window.open('fb-messenger://share?link=' + ShareCtrlWords.ShareLink);// + '&app_id=' + encodeURIComponent(app_id)); } $(function () { $("#btnWeChat").WeChatShare({ title: ShareCtrlWords.WechatTitle, footer: ShareCtrlWords.WechatFooter }); });

免責聲明 : 以上資訊僅供參考。AASTOCKS.com Limited對以上資訊的內容不承擔任何責任,對其準確性,完整性,品質,及時性,或可靠性不作任何陳述或予以認可,並明確表示不對任何由本資訊的全部或部分內容引致之損失或損害承擔任何法律責任或為其引起的損失負責。以上資訊或反映了相關文章或專題作者的的個人意見和觀點,並不代表AASTOCKS.com Limited的立場。以上資訊的任何內容均不構成AASTOCKS為任何投資作出招攬、提出要約、意見或推薦,或對任何證劵或投資的收益或是否合適提供法律、稅務、會計、或投資意見或服務。投資者必須按其本身投資目標及財務狀況自行作出投資決定。

iPhone17有望打破iPhone4記錄:iPhone 4的旗艦地位持續了近16個月 (2025)
Top Articles
Latest Posts
Recommended Articles
Article information

Author: Corie Satterfield

Last Updated:

Views: 5935

Rating: 4.1 / 5 (42 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Corie Satterfield

Birthday: 1992-08-19

Address: 850 Benjamin Bridge, Dickinsonchester, CO 68572-0542

Phone: +26813599986666

Job: Sales Manager

Hobby: Table tennis, Soapmaking, Flower arranging, amateur radio, Rock climbing, scrapbook, Horseback riding

Introduction: My name is Corie Satterfield, I am a fancy, perfect, spotless, quaint, fantastic, funny, lucky person who loves writing and wants to share my knowledge and understanding with you.