W3Cschool
恭喜您成為首批注冊(cè)用戶(hù)
獲得88經(jīng)驗(yàn)值獎(jiǎng)勵(lì)
在Apex數(shù)組是基本相同的Apex列表。有作為其內(nèi)部數(shù)據(jù)結(jié)構(gòu)中的數(shù)組和列表之間沒(méi)有邏輯的區(qū)別和方法也相同,但數(shù)組的語(yǔ)法是傳統(tǒng)的小像Java。
下面是產(chǎn)品的Array的表示:
指數(shù)0 - HCL
指數(shù)1 - H2SO4
索引2 - NACL
指數(shù)3 - H2O
指數(shù)4 - N2
指數(shù)5 - U296
句法:
<String> [] = arrayOfProducts The new List <String> ();
例:
假設(shè),我們想存儲(chǔ)我們的產(chǎn)品名稱(chēng),然后我們可以使用中,我們可以存儲(chǔ)的產(chǎn)品名稱(chēng)如下圖所示的陣列??梢酝ㄟ^(guò)指定索引訪(fǎng)問(wèn)特定產(chǎn)品。
// Define an array String [] = arrayOfProducts The new List <String> (); // The added array element ArrayOfProducts.add ('HCL'); ArrayOfProducts.add ('H2SO4'); ArrayOfProducts.add ('NACL'); ArrayOfProducts.add ('water'); ArrayOfProducts.add ("N2"); ArrayOfProducts.add ('U296'); For the (integer i = 0; I <arrayOfProducts.size (); my ++) { // This loop prints all the elements of the array System.debug (array of values: '+ arrayOfProducts [I]); }}
通過(guò)使用索引訪(fǎng)問(wèn)數(shù)組元素:
你可以通過(guò)使用索引來(lái)訪(fǎng)問(wèn)任何元素的數(shù)組,如下所示:
// Access the elements in the array // We will access the element at index 3 System.debug ('in exponent 3 has the value:' + arrayOfProducts [3]);
Copyright©2021 w3cschool編程獅|閩ICP備15016281號(hào)-3|閩公網(wǎng)安備35020302033924號(hào)
違法和不良信息舉報(bào)電話(huà):173-0602-2364|舉報(bào)郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號(hào)
聯(lián)系方式:
更多建議: